Warning: Invalid argument supplied for foreach() in

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
Wed Feb 12, 2014 10:02 pm
Reply with quote
Report this post
I get this error on my pages.

1) php.ini file has been checked and display_errors is = off
2) magic_quotes = off
3) Site configuration is set display no errors

Unfortunately, the issue still remains. How can this be corrected?

Thanks for your time!

http://utanibusiness.com/index.php?option=com_content&view=article&id=16:dream-creations-gift-boutique&catid=151:shopping
User avatar
Fresh Boarder

teitbite
Thu Feb 13, 2014 6:15 pm
Reply with quote
Report this post
Hi

Please edit file /html/com_content/article/default.php and before line 13 add this code:

Code: Select all
if(!is_array($attribs)):
   $attribs = array();
endif;
User avatar
Moderator


cron