Fatal error
Posted: 21 Jan 2015, 01:58
Hello,
I have joomla 3.3.6 and flexicontent.
I try to use phoca PDF 3.0.2. But if I put this code:
I have a fatal error:
Fatal error: Call to a member function get() on a non-object in \administrator\components\com_phocapdf\helpers\phocapdf.php on line 87
Thanks,
Regards,
Eric
I have joomla 3.3.6 and flexicontent.
I try to use phoca PDF 3.0.2. But if I put this code:
Code: Select all
<?php $phocaPDF = false;
if (JPluginHelper::isEnabled('phocapdf', 'content')) {
include_once(JPATH_ADMINISTRATOR.'/components/com_phocapdf/helpers/phocapdf.php');
$phocaPDF = PhocaPDFHelper::getPhocaPDFContentIcon($this->item, $params);
} ?>
<?php echo $phocaPDF; ?>
Fatal error: Call to a member function get() on a non-object in \administrator\components\com_phocapdf\helpers\phocapdf.php on line 87
Thanks,
Regards,
Eric