Hello,
We are trying to make a small Module that render some data from our ready J-Cook Component.
Using :
<?php echo JDom::_('html.fly.file', array(
'attrs' => array('center','fit','format:png'),
'dataKey' => 'icon',
'dataObject' => $row,
'height' => 26,
'indirect' => true,
'root' => '[DIR_XXXXXCATEGORIES_IMAGE]',
'route' => array('view' => 'xxxxcontent','layout' => 'contentd','filter_category_id' => $row->id),
'width' => 26
));?>
Produces the error : Class ContentImages not found
Notice: Trying to get property of non-object in /Applications/XAMPP/xamppfiles/htdocs/xxxx/administrator/components/com_xxxxx/dom/html/fly/file/image.php on line 74
Everything went fine with strings and text data but not with Images.
It gives up the message "Class ContentImages not found"
Please help ASAP !
Thank you in advance.