• 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

Report errors, not warnings?

pastvne

Bruce Decker
I'm testing and see a lot of 'deprecated' warnings. Should these be ignored for now? I saw no guidance in tester directions indicating level of severity for reporting issues.
 
Should these be ignored for now?
Yes.
Surely it's useful to collect and fix them from time to time.
But while testing Fabrik those warnings (there are also several coming from Joomla) will break any stuff relying on a JSON response (modal, popups, ajax calls etc).

I usually have set 'Error Reporting '="Simple",
my "System default" is E_ALL & ~E_DEPRECATED & ~E_STRICT
 
Back
Top