Keyword

J1.6 bug

More
13 years 10 months ago #40629 by ldfm
J1.6 bug was created by ldfm
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,

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #40630 by JoomlaWorks
Replied by JoomlaWorks on topic Re: J1.6 bug
The code is OK and I've triple tested it.

Have you tested the latest plugin version (2.2) on your server, somewhere online?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum