Fixed Cannot save any Fabrik part after update to Joomla 5.2 and Fabrik 4.4

EricWebsite

Member
Hi,

the title says it all: in the backend, I can still open lists, elements, forms etc but not save them.
The Save button just does nothing. And what's very strange: if I set Global Config > System > debug system On, not even needed to set Error Reporting set to Maximum, it works!
I tried clearing caches etc, no success.
It happened on 2 different development sites, on PHP 8.3.12 and 8.2.24
Could it matter that I updated Joomla first and then Fabrik? I hardly think so.

Any idea's?
Eric

Edit: it's only lists and forms. Groups and elements can be saved
 
If I Switch On Debug JS I get allot of errors on my front end. Also, none of the JavaScript on elements are working. i.e. Hide another element or group on Blur or Load
 
Joomla 5.2.0
Fabrik Version: 4.4 (GitDate: 2024-10-17)
PHP : 8.3.12

Upgraded from Fabrik 4.3

Errors I get on front end just a red block with warnings.... Site works 100% with them if I enable Debug JS they are just visible.

And Javascript functions on Elements are def dead :(
 

Attachments

  • Capture.JPG
    Capture.JPG
    144.6 KB · Views: 62
Last edited:
Are you sure you have Debug JS on (and cleared browser cache)?
It seems to be ok on my site with this setting, I can hide etc. without error.
 
Yep, If I Enable Debug JS, the element Javascripting work but I then get the red blocks on my front end.
 

Attachments

  • sc2.jpg
    sc2.jpg
    81.7 KB · Views: 65
  • Scre1.jpg
    Scre1.jpg
    114.5 KB · Views: 64
Ok, these are php deprecated warnings which will show up if you have Fabrik debug on and your J! error level set to maximum.
It seems to be custom code? (e.g. JFactory is deprecated since J!4)

So lowering your J! error level should make disappear this error box and make JS working.
But you should update your custom code, too.
 
Ah, yes. Joomla is throwing these nasty "deprecated ... Joomla 6.0" messages by itself, it's not related to the error reporting level, and they are displayed in Fabrik debug mode.

You may make your custom code J!6.0 compatibleo_O or wait for Fabrik 4.4.1
 
Back
Top