Hello,
I have tested the new version. Don’t crash but
directly when I edit the article now appears over the article:
Warning: Parameter 2 to plgFlexicontent_fieldsMinigallery::onDisplayField() expected to be a reference, value given in
\libraries\joomla\event\event.php on line 67
But the image field still works perfectly ! :!:
Then I changed in the event.php line 67 :
return call_user_func_array ( array($this, $event), $args );
to
return @call_user_func_array ( array($this, $event), $args );
and the error message is gone.
When I get the Mini Gallery edit the article appears the following:
‘Please publish the FLEXIcontent fields plugins’
But all plugins are puplished.
gr Hardy