Error codes showing on main page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jan 20, 2014 11:24 am
Reply with quote
Report this post
Hi,


Please look at http://interjakt.onelime.se/

I suddenly have got error messages all over the startpage of my site. Please help me to get rid of them / tell me the solution and what caused it.. Thanks.

Example 1:
Notice: Undefined property: stdClass::$gk_shop_and_buy_pagination_position in /storage/content/78/117578/interjakt.onelime.se/public_html/modules/mod_image_show_gk4/styles/gk_shop_and_buy/view.php on line 85 Notice: Undefined property: stdClass::$gk_shop_and_buy_title_block_position in /storage/content/78/117578/interjakt.onelime.se/public_html/modules/mod_image_show_gk4/styles/gk_shop_and_buy/view.php on line 85

Example 2:
Notice: Undefined index: no_comments_text in /storage/content/78/117578/interjakt.onelime.se/public_html/modules/mod_news_pro_gk5/tmpl/com_virtuemart/view.php on line 172 Notice: Undefined index: no_comments_text in /storage/content/78/117578/interjakt.onelime.se/public_html/modules/mod_news_pro_gk5/tmpl/com_virtuemart/view.php on line 172 Notice: Undefined index: featured in /storage/content/78/117578/interjakt.onelime.se/public_html/modules/mod_news_pro_gk5/data_sources/com_virtuemart/controller.php on line 89

Example 3:
Warning: Division by zero in /storage/content/78/117578/interjakt.onelime.se/public_html/modules/mod_news_pro_gk5/tmpl/com_k2/view.php on line 198

Br /Onelime
User avatar
Junior Boarder

GK User
Mon Jan 20, 2014 11:41 am
Reply with quote
Report this post
Please configure your server according to Joomla! requirements so disable display_errors option in PHP configuration. More about this issue you will find here http://www.gavick.com/documentation/joomla-templates/qucikstart-joomla-package/installation-quickstart-problems-how-to-fix-them/
User avatar
Platinum Boarder

GK User
Tue Jan 21, 2014 3:09 pm
Reply with quote
Report this post
Hi again,

This is what I put in my php.ini and it is still the same error messages:

display_errors = Off
display_startup_errors = Off
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
log_errors = On

Any advice?

Thanks for your quick reply.
User avatar
Junior Boarder

GK User
Tue Jan 21, 2014 11:00 pm
Reply with quote
Report this post
FYI I have asked my host about it also and they claim it is not on their side..

Any advice is much appreciated.
User avatar
Junior Boarder

GK User
Wed Jan 22, 2014 9:22 pm
Reply with quote
Report this post
Sorry but if notice messages are visible it means that the displaying errors is enabled. Please try to add this code :

Code: Select all
ini_set('display_errors', 0);


to index.php file in template installation directory.
User avatar
Platinum Boarder


cron