error in news show pro gk5

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
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
Thu May 02, 2013 11:38 pm
Hi,
I've add a news module to site and get a following message at the top of news block

Notice: Undefined index: featured in /home/avesha/prostoboss.com/www/modules/mod_news_pro_gk5/data_sources/com_k2/controller.php on line 86

how can I fix it?
User avatar
Fresh Boarder

GK User
Thu May 02, 2013 11:46 pm
HI,
First of all let us understand the problem. It should be clearly understood that this is NOT an ‘Error’, but only a ‘Notice’. I will ask developers tomorrow how to hide it.

Temporary solution:
You can just ignore it by hiding the error notices in global configuration Show errors [none] or
like this in PHP.ini

Code: Select all
error_reporting(E_ALL ^ E_NOTICE);


You can also turn off error reporting in your php.ini file or .htaccess file.
More: http://www.electrictoolbox.com/php-prev ... -messages/
User avatar
Platinum Boarder

GK User
Sun May 05, 2013 10:02 pm
Thanks for reply. Could you explain where in global configuration this option can be found, i use joomla 3.0 or how do this with .htaccess file, i haven't access to php.ini file
User avatar
Fresh Boarder

GK User
Mon May 06, 2013 10:49 pm
File php.ini you have to create it, but I'm not sure that every time it should work, it depends on server settings, so ask you support how to do that
User avatar
Platinum Boarder


cron