Hi,
I put the bug error report following my rating.
I'm developing under windows using WAMP server. PHP 5.3.5, Apache 2.2.17.
Problem arise with the default template trying to fetch a title identifier from the $row object.
In ...\jw_simpleImageGallery\tmpl\Polaroids\default.php line 14:
$photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').' <b>'.$row->title.'</b>
', ENT_QUOTES, 'utf-8');
The problem is that the title identifier does not exist, I've trace the plugin source.
Replcaing with:
$photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').'
', ENT_QUOTES, 'utf-8');
Would solve the problem if the problem is in the template.
I guess, but cannot be sure, that the title identifier is part of the commercial version where each picture can have individual title?!
Hope this helps!
Cheers,