![]() |
|
upload zip file fails - 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: upload zip file fails (/thread-5116.html) |
upload zip file fails - nk - 2009-04-30 When I upload a zip file:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/keptar/zp-core/admin-upload.php:32) in /var/www/keptar/zp-core/admin-functions.php on line 205 upload zip file fails - sbillard - 2009-04-30 This is most likely caused by an error in processing the zip file. There seems to be a bug in Zenphoto in reporting the error which results in the Notice and Warning messages and in not displaying an error from the upload. We will fix that. I would guess you probably have exceded the memory limits of your server with your zip upload. upload zip file fails - acrylian - 2009-05-01 Is it possible that you uploaded a .zip file created by Mac OS X own archiver? I have a far memory that these fail because of some Mac specific invisible files (I am on Mac, too). If that is the case try another compressor app. upload zip file fails - nk - 2009-05-04 Where can I exceding the memory limit? It runs on a virtual machine. upload zip file fails - nk - 2009-05-04 In an earlier version - maybe 2 years ago - it was in good trim to upload a zip file! Sorry, but I don't remember, wich version was that. upload zip file fails - acrylian - 2009-05-04 If you mean the server memory limit you can set that via php.ini for example. upload zip file fails - sbillard - 2009-05-04 Same file? in that case, why are you uploading it again. Your server will allocate memory to scripts to run in. This has absolutely nothing to do with whether it is a "virtual machine" or not. Sorry, but physical memory is always needed. How much memory the server allocates you depends on the setting of your memory limit in PHP.ini and the amount of memory the server things is "reasonalbe", whichever is less. It that memory is not sufficient to hold the zip file for processing, the processing will fail. There may have been some work done in the development release to reduce the memory requried for zip processing. You did not say what version of zenphoto you were using (either). Maybe the nightly build will be better for you. |