Separate names with a comma.
I'm leaving logging at standard and don't care much about deprecated messages. Even J!3 issues some as far as I remember. Pretty sure the great...
PHP7 will no longer get security updates by end of November 2022. My provider will turn off PHP7.4 mid of November already. So far I know that...
For now I only changed that one instance which made the plug-in do its job again. But I could imagine that similar occurrences might be found all...
if (strlen($model->$k) != 0) seems to fix that issue.
Since ($model->$k) is an empty string, the problem is caused by an incompatibility change in PHP8: Backward Incompatible Changes Non-strict...
I think I found the culprit, although cannot really explain it. Problem occurs in ...\components\com_fabrik\models\plugin.php at around line 692...
A difference can be seen in Joomla Debug Runtime Profile Three plugins added: Logs, Email, comment Good case: 3 found, 3 run: Application:...
Seems not to be a general problem. Installed wampserver with Joomla 3.10.11 and Fabrik with the same dompdf modifications. Created a new site to...
It is in Worker.php at 2400 and the condition is currently; if (is_bool($ret) === false && get_parent_class($ret) === 'Exception') Commented out...
I disabled all other form plugins, to test for that
Looking at .../plugins/fabrik_form/email/email.php where would I be able to see those messages: JDEBUG ? $profiler->mark("email: sendMail start: "...
Did another Update including dompdf 2.0 to prepare for PHP8. This time using a modified master.zip (downloaded today) on the production server but...
After the usual WGET to update Fabrik, I ran cd libraries/fabrik/ composer require dompdf/dompdf --ignore-platform-reqs --with-all-dependencies...