Are any releases of DruTeX actively maintained?

CommentFileSizeAuthor
#2 fix_minimal.patch4.9 KBConnorBehan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sk2013’s picture

+1

ConnorBehan’s picture

FileSize
4.9 KB

Nope. I thought DruTeX would be stable because it doesn't create any database tables but changes to PHP itself still cause a lot of grief. When I tried 7.x-1.x-dev on Druapl 7.89 and PHP 7.4, there were still a lot of problems after applying the https://www.drupal.org/project/drutex/issues/1525642 and https://www.drupal.org/node/1829016#comment-7229766 patches.

I ended up consulting https://www.ryadel.com/en/php-fix-warning-preg_replace-e-modifier-no-lon... and https://bytes.com/topic/php/answers/840673-double-backslashes-strings in order to write the attached patch which got things working.

If anyone is still reading this, one other thing I had to do was allow PHP to write to /tmp again. This may sound obvious, but more and more Linux servers in recent years have started using systemd which defaults to PrivateTmp=true.