Hi
I was PM to get back to this thread again.
You can edit file /modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_1.php and replace lines 81&82:
- Code: Select all
// GENERATING IMAGE
$news_image = $renderer->image($this->parent->config, $uri, $this->parent->content['ID'][$i], $this->parent->content['IID'][$i], $this->parent->content['CID'][$i], $this->parent->content['text'][$i], $this->parent->content['title'][$i]);
to
- Code: Select all
// GENERATING IMAGE
$news_image = $renderer->image($this->parent->config, $uri, $this->parent->content['ID'][$i], $this->parent->content['IID'][$i], $this->parent->content['CID'][$i], $this->parent->content['text'][$i], $this->parent->content['title'][$i], '');
Anyway I think this was the kind of error which a good old fashioned PHP update would solve
Kidding, but I think that in 5.3.X such warnings got less restricted.