The process runs as a php application that does all the work and inserts staus and updates to the database. I believe at this point that the error from the application is not accurate as everything runs fine when I download and parse the smaller zip file. So I am assumming that something is...
Supplemental to the above.
I have systematically decreased the size of the file that is downloaded.
I get errors with the original 30MB zip.
I get errors with a 16MB zip.
I get NO errors with a 7MB zip.
So far I have changed the memory limt up to 768MB.
changed execution time to 120
Still...
The process does the following. Downloads a zip file of 30MB. Unzips the file. Then processes the unziped portion into the Database. It fails at the point where it tries to insert tnotification of the sucessful download. so it does not get to the extraction part and beyond. THe production...
Thanks for the reply Mark.
Unfortunately that didn't help. I've tried various combinations that included but I tried it yet again.
So I'm still hunting for a solution.
Chuck
I have a process that runs under a user called admin that fails everytime with the statement:
INSERT INTO default_en_activitylog (activitylog_log_date, userdb_id, activitylog_action, activitylog_ip_address) VALUES ('2007-10-27 15:29:32', '1', 'Successfully received data.zip', 'xx.xxx.xx.xxx')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.