Image Show GK4 for J!2.5 w. League style - $text error

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue May 01, 2012 1:44 pm
Code: Select all
Notice: Undefined property: stdClass::$text in /modules/mod_image_show_gk4/styles/gk_league_news1/view.php on line 77


Solution: change the reference from text to content:

in 77. line change from
Code: Select all
$desc = htmlspecialchars(strip_tags($this->config['image_show_data'][$i]->text));

to
Code: Select all
$desc = htmlspecialchars(strip_tags($this->config['image_show_data'][$i]->content));


Hope this help. For dev: please, pacth next version file.

Best regards

Tibor Tóth
User avatar
Fresh Boarder

GK User
Tue May 01, 2012 11:18 pm
Thank you
Much appreciated ;)

I will report to our Lead Developer
User avatar
Platinum Boarder

GK User
Mon May 07, 2012 12:47 pm
Wow, just upgraded! Great response time from dev team! ;)
User avatar
Fresh Boarder


cron