• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

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.
Back
Top