Buggy form plugins

Status
Not open for further replies.

Trembowiecki

Active Member
Hi,

Joomla 4.3.3, Fabrik 4.0delta - both brand new installations. I've finally decided to check how the things are going with Fabrik 4 and spotted these bugs (?) regarding form plugins:
  1. log - when I try to add it, it just keeps on loading. I checked my error log and it looks like log.php misses '$db = FabrikWorker::getDbo();' somewhere... I guess,
  2. notification - keeps on loading and my error log shows nothing and console just shows 'Fabrik pluginmanager addPlugin ajax failed: [object XMLHttpRequest]' and server error, so I'm helpless here.
Cheers,

Olek
 
Please try:

Log:
Add
$db = FabrikWorker::getDbo();
in log.php line 63​

Notification:
Add a closing }
in notifications.php line 365
BTW: You can find the errors by setting J! System debug=yes and then examinating the browser's network response on the failed requests. The error messages and stack will break the expected JSON response - that's causing the spinner - but showing up nicely in the Network "Preview" (e.g. something like "Unclosed '{' on line 28" )
 
Last edited:
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top