Gallery plugin (button) error: Call to a member function....
Posted: 04 Feb 2011, 16:33
When I enable the button-phocagallery plugin, I start to get this error in my php error log
the line 24 reads this way
My site is on my testing server. This error particularly occur when I open any page that have to deal
with the content area for writing articles or description where the button has to appear.
Please what can I do to solve this error
Code: Select all
Call to a member function getTemplate() on a non-object in D:\wamp\www\Joomla\plugins\editors-xtd\phocagallery\phocagallery.php on line 24
the line 24 reads this way
Code: Select all
$template = $mainframe->getTemplate();
with the content area for writing articles or description where the button has to appear.
Please what can I do to solve this error