Error after update!!!

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Wed Feb 08, 2012 3:07 pm
today I make a update of the new version, now I have on the frontpage an Error:

Code: Select all
Fehler beim Laden der Komponente: com_cck, 1



what can i do?????
User avatar
Expert Boarder

GK User
Wed Feb 08, 2012 3:13 pm
where I can get an older version of the modul ???
User avatar
Expert Boarder

GK User
Wed Feb 08, 2012 3:15 pm
The same happens to me.

Code: Select all
ERROR LOADING COMPONENT: COM_CCK, 1
User avatar
Fresh Boarder

GK User
Wed Feb 08, 2012 3:28 pm
ProjektFranz wrote:where I can get an older version of the modul ???


edited by author request
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 9:45 am
netfive wrote:edited by author request


super, thank you Netfive.
User avatar
Expert Boarder

GK User
Thu Feb 09, 2012 9:48 am
Netfive, now I have another error :angry:
hope gavick will update the module one time fast!

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /.../.../.../.../modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_3.php on line 84 and defined in /www/.../.../.../modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49
User avatar
Expert Boarder

GK User
Thu Feb 09, 2012 11:47 am
same error to me!
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 1:47 pm
ProjektFranz wrote:Netfive, now I have another error :angry:
hope gavick will update the module one time fast!

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /.../.../.../.../modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_3.php on line 84 and defined in /www/.../.../.../modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49


In the file modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_3.php modify line 84:

Before:

Code: Select all
$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]);


After:

Code: Select all
$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], $this->parent->content['images'][$i]);


It was missing

Code: Select all
$this->parent->content['images'][$i]


Please report if worked.
User avatar
Fresh Boarder

GK User
Fri Feb 10, 2012 9:21 am
now there`re no errors. but anyway no Thumb pics.
User avatar
Expert Boarder


cron