When I upload a zip file:
- changes the page coding;
- an the error message is:
"Notice: Undefined index: existingfolder in /var/www/keptar/zp-core/admin-upload.php on line 32
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
"
... and because the file is on an sd card, and I must see the green light on the reader when active is, the pc doesn't read it.
Comments
I would guess you probably have exceded the memory limits of your server with your zip upload.
The zip file was created on MSVista bussiness.
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.