Erreur plugin Visualization Timeline

jeromehej

Member
Bonjour,
En s?lectionnant le plugin de rendu, ? la place des options s'affiche le message d'erreur :
Fatal error: Class 'plgFabrik_VisualizationTimeline' not found in /homepages/.../.../.../.../.../components/com_fabrik/models/pluginmanager.php on line 304


Hi,
By selecting the plugin Visualization instead of options displays the error message :
Fatal error: Class 'plgFabrik_VisualizationTimeline' not found in /homepages/.../.../.../.../.../components/com_fabrik/models/pluginmanager.php on line 304
 
According to the code in pluginmanager.php, it must have found the plugin file in plugins/fabrik_visualization/timeline/timeline.php. So it must be a problem with the classname.

pluginmanager seems to want a class starting with "plgFabrik_" (line 303) but all plugins have definitions which start "PlgFabrik_" i.e. lower/upper case P in plgFabrik. However if this was the problem, I would expect it to have a far greater impact.

Perhaps you could try changing the "plgFabrik_" to "PlgFabrik_" on line 303 in pluginmanager.php and see if this fixes your problem.

Thx.

S
 
J'ai mis / I wrote :
$class = 'PlgFabrik_' . JString::ucfirst($group) . JString::ucfirst($className);
$conf = array();
$conf['name'] = JString::strtolower($className);
$conf['type'] = JString::strtolower('fabrik_' . $group);
$plugIn = new $class($dispatcher, $conf);

mais erreur maintenant / but error now :
Fatal error: Class 'PlgFabrik_VisualizationTimeline' not found in /homepages/.../.../.../.../.../components/com_fabrik/models/pluginmanager.php on line 304
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top