Hello,
I followed the instructions on the page "Phoca PDF Installation and Usage - Joomla! 3.3".
On steop 3b, I tried to modify the correct file, which seems to be :
/templates/yoo_nano3/warp/systems/joomla/layouts/com_content/article/default.php
But I got the following error messages :
Line 29 being the 4th one below :Notice: Undefined variable: displayData in /var/www/www.mydomain.com/templates/yoo_nano3/wa ... efault.php on line 29
Notice: Trying to get property of non-object in /var/www/www.mydomain.com/administrator/componen ... ocapdf.php on line 83
Fatal error: Call to a member function get() on a non-object in /var/www/www.mydomain.com/administrator/componen ... ocapdf.php on line 87
Can you tell me what's wrong ?$phocaPDF = false;
if (JPluginHelper::isEnabled('phocapdf', 'content')) {
include_once(JPATH_ADMINISTRATOR.'/components/com_phocapdf/helpers/phocapdf.php');
$phocaPDF = PhocaPDFHelper::getPhocaPDFContentIcon($displayData['item'], $displayData['params']);
Thank you very much in advance
Nicole