• 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

Cannot redeclare class JForm

mathialoc

New Member
I was going to load the new Kunena 3.0 on my website and I got this error...

Fatal error: Cannot redeclare class JForm in /var/www/virts/somersetgop.com/htdocs/administrator/components/com_fabrik/classes/form.php on line 43

Any ideas?
 
I ended up having to remove Fabrik completely. I tried to reinstall it and got the same error.
Joomla 2.5.11
Fabrik 3.0.7
Kunena 2.0.4 and 3.0.0
 
It should be possible now, if you do two things:

Update to latest github.

Before installing Kunena, use phpMyAdmin (or whatever), find the "Fabrik - System" plugin in the #_extensions table, and set 'ordering' to -1.

Basically, our plugin must run before the Kunena one. And you can't manually set the ordering from the Plugins manager in J!, as they both have an ordering of 0.

So update to latest github, set the ordering in the extensions table for our system plugin to -1, then install Kunena.

-- hugh
 
Back
Top