![]() |
|
Error on Comment: - 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: Error on Comment: (/thread-2033.html) |
Error on Comment: - Julian - 2008-01-04 If a user writes a comment following error message come:
Warning: Cannot modify header information - headers already sent by (output started at /path/to/zp-core/kses.php:429) in /path/to/zp-core/functions-controller.php on line 164 Warning: Cannot modify header information - headers already sent by (output started at /path/to/zp-core/kses.php:429) in /paht/to/zp-core/functions-controller.php on line 169 Did I somethiong wrong while installing? or is this a known problem? Juast want to ask, before puttin this to the bugtracker Greeting edit: Error on Comment: - sbillard - 2008-01-04 This us usually caused by not having the allow_tags array in zp-config.php. However, the best solution is to load the nightly build where the array has been moved into the options handling. Error on Comment: - Julian - 2008-01-05 thanks alot |