ini set - Probem with max_execution_time during file import in php 5.4.22 -


php version : php version 5.4.22 js :extjs

i'm facing problem below:

i've csv import in php , after 30 30.5 seconds xhr process canceled, browser ( chorme, firefox ) hang on , finished process.

all data imported database. ok, that's : @ beginning , @ end of import function i've log-function ( start ) , @ end ( end: xx imported files. )

the problem is, in database 2 start , 2 end log entries.

i looks, during second start of function these entries generated.

i read lot of stackoverflow posts , php.net too, there no solution.

if've tried :

ini_set('max_execution_time', 0); ini_set('memory_limit', '128m'); ini_set('upload_max_filesize', '12m'); 

but without result.

michael

i've change following setttings

remoteapi.maxretries = 0; remoteapi.timeout = 300000; 

now work perfekt!!


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -