php - Jquery ajax callback gives 500 error while compiling ziparchive -


i'm using ajax request (using jquery) compile ziparchive in php. files have zipped 1 gb, tooks long time zip these files.

due timeout think ajax request callbacks internal server error (500). when i'm compiling zip archive of 50 mb working, when became bigger doesn't work anymore.

when execute page manually error occured too, has ziparchive function in php.

does know how problem can occured , how solve it? php ini settings high (so not solution)

thanks

check apache's rlimitmem setting, bit php's memory_limit.

also try different combinations doing ajax upload without zipping , zipping without upload. try different compression (e.g. gzip), if debug system.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -