• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

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