![]() |
|
strpos and header warning after upgrade - 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: strpos and header warning after upgrade (/thread-10972.html) |
strpos and header warning after upgrade - bll0 - 04-04-2013 Hi, ` Warning: Cannot modify header information - headers already sent by (output started at xxx/public_html/zp-core/functions.php:1515) in xxx/public_html/zp-core/functions.php on line 1614 I post this again as the solutions to others are not clear and/or do not match my configuration. Thanks for your help! strpos and header warning after upgrade - sbillard - 04-04-2013 Is your install in the root of your Website or in a subdirectory? strpos and header warning after upgrade - bll0 - 05-04-2013 It is in the root directory. Here is also the part of the debug-log: ` WARNING: strpos() [function.strpos]: Empty delimiter in /home/xxx/public_html/zp-core/functions.php on line 1515 strpos called from sanitizeRedirect (functions.php [1515]) from zp_handle_password (functions.php [1612]) from require_once (controller.php [21]) from index.php [15] {1961:Thu, 04 Apr 2013 12:12:41 GMT} WARNING: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/zp-core/functions.php:1515) in /home/xxx/public_html/zp-core/functions.php on line 1614 header called from zp_handle_password (functions.php [1614]) from require_once (controller.php [21]) from index.php [15] strpos and header warning after upgrade - sbillard - 05-04-2013 Ok, try the current support build. strpos and header warning after upgrade - bogdanf - 07-04-2013 Sorry, I am new with ZenPhoto and i have the same problem. What do you mean by "Ok, try the current support build." ? Thanks strpos and header warning after upgrade - fretzl - 07-04-2013 It means that this should be fixed in the support build. (version 1.4.4.3 with bug fixes) You can download it via this link on the download/home page. (or click this link) strpos and header warning after upgrade - bogdanf - 07-04-2013 Thank you very much. It worked! |