Re: PhocaGallery vs Sourcerer error
Posted: 08 Aug 2013, 13:06
I have the same problem
Fatal error: Call to a member function get() on a non-object in S:\home\localhost\www\tl32\plugins\system\sourcerer\helper.php on line 68
I am new in php and Joomla, so excuse my stupid question:
Could that be due to the use of function with the same name in phoca and sourcerer:
phocagallery.php:
public function onContentPrepare($context, &$article, &$params, $page = 0)
helper.php:
function onContentPrepare(&$article, $params = '')
Fatal error: Call to a member function get() on a non-object in S:\home\localhost\www\tl32\plugins\system\sourcerer\helper.php on line 68
I am new in php and Joomla, so excuse my stupid question:
Could that be due to the use of function with the same name in phoca and sourcerer:
phocagallery.php:
public function onContentPrepare($context, &$article, &$params, $page = 0)
helper.php:
function onContentPrepare(&$article, $params = '')