![]() |
|
why do I have all these warning messages? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: why do I have all these warning messages? (/thread-1263.html) |
why do I have all these warning messages? - eleses - 2007-03-09 This is a repost from the themes forum but I had no answer there so was wondering if anyone on this one knows. If you go to my albums: http://blog.kabakun.net/photos/ you'll see about two screens worth of warning messages, namely, 'Warning: Invalid argument supplied for foreach() in /home/kabakun/www/blog/photos/zen/kses.php on line 429' How can I make this go away? Thanks. why do I have all these warning messages? - Chilifrei64 - 2007-03-09 can you set Display_Errors to OFF in your php.ini file. Really, it shouldnt be doing this anyways but turning off errors should do the trick. why do I have all these warning messages? - trisweb - 2007-03-09 Nope, that's from an upgrade. You can leave those warnings on. You need to merge the kses block into your old zp-config.php from the new zp-config.php.example. It's near the bottom. There are other options you should merge as well. why do I have all these warning messages? - eleses - 2007-03-09 Excellent! I used the new zp-config.php.example file and it all works fine again. I really appreciate the speed and usefulness of the replies you give. thanks again. |