Fatal error: Class 'plgFabrik_ListList_example' not found

dorjano

New Member
Ok. I managed to install Fab3. Although I don't like it... I enabled all Fabrik plugins in the Joomla plugin manager.(I don't like the move from Fab plugin manager to Joomla plugin manger - It's far less "clean"). Then I went to List and either, if I try to view the demo "list" or make my own I've got this error:

Fatal error: Class 'plgFabrik_ListList_example' not found in /root/public_html/FreshNewSite/components/com_fabrik/models/pluginmanager.php on line 180
 
Hi dorjano,

To call the class missing, you can try to add the following line just under "defined('_JEXEC') or die();"

on top of the pluginmanager.php file ->

require_once(COM_FABRIK_FRONTEND.DS.'models'.DS.'plugin-list.php');

It works for me.

Michel
 
Sorry Dorjano,

There was a space between p and lugin-list.php

You can also try to insert the require_once right after the Jimport lines

require_once(COM_FABRIK_FRONTEND.DS.'models'.DS.'plugin-list.php');

Should work ;-)

Michel
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top