![]() |
|
Upgrade failed - 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: Upgrade failed (/thread-2944.html) |
Upgrade failed - Gisselbrecht - 2008-05-23 hey, zp-core/controller.php on line 14 Warning: copy(albums/zen-logo.jpg) [function.copy]: failed to open stream: Permission denied in zp-core/controller.php on line 15 Warning: Cannot modify header information - headers already sent by (output started at zp-core/controller.php:14) in /index.php on line 11 Warning: Cannot modify header information - headers already sent by (output started at zp-core/controller.php:14) in /index.php on line 30 Warning: Cannot modify header information - headers already sent by (output started at zp-core/controller.php:14) in zp-core/functions.php on line 1626 You have some idea, why? Upgrade failed - Gisselbrecht - 2008-05-23 on my in albums there are all O.K. but what is wrong? Now, I've installed a new vesion, but the errors are the same zp-core/controller.php on line 14 Warning: copy(albums/zen-logo.jpg) [function.copy]: failed to open stream: Permission denied in /zp-core/controller.php on line 15 Warning: Cannot modify header information - headers already sent by (output started at zp-core/controller.php:14) in index.php on line 30 Upgrade failed - Gisselbrecht - 2008-05-23 O.K. i've change to .jpg Upgrade failed - sbillard - 2008-05-23 That change (changing .png to .jpg) is a false fix. Zenphoto copies these files when it starts up. If the permissions are wrong, the copy will fail. Of course if there is no videoDefault.png, etc. then there will be no problems with replacing them. But if the new copies don't have the correct permissions you may still have a problem. |