help for this error

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat Mar 03, 2012 12:15 pm
I change like here
https://www.gavick.com/support/forums/47/14412.html


replace the above to line to error_reporting(E_ALL ^ E_NOTICE);


in my server php.ini this was

error_reporting = E_ALL & ~E_NOTICE

but nothing still have this error


can someone help me

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49

Warning: Missing argument 8 for NSP_GK4_Layout_Parts::image(), called in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/gk_classes/portal_modes/gk.portal_mode_4.php on line 82 and defined in /home/vomk/domains/vo.mk/public_html/in/modules/mod_news_pro_gk4/tmpl/layout.parts.php on line 49
User avatar
Fresh Boarder

GK User
Sat Mar 03, 2012 12:29 pm
You php.ini configuration says that PHP will display all errors without notice messages, so as you see it can't disable warning messages. Please update module to latest version - this should fix this problem.
User avatar
Platinum Boarder

GK User
Sat Mar 03, 2012 12:43 pm
here is main problem from gavick news pro 2 quick start 25

modules/mod_news_pro_gk4/gk_classes/portal_modes

gk.portal_mode_1.php
gk.portal_mode_2.php
gk.portal_mode_3.php
gk.portal_mode_4.php

I just ad on line 82

is missing this code for image


$this->parent->content['images'][$i]



I found it here

https://www.gavick.com/support/forums/1 ... php#p61915

and works good in my case
User avatar
Fresh Boarder


cron