i have set
set_time_limit(0);
ignore_user_abort(true);
at the top of the script. when it suddenly stops its strange, because the browser still shows the page loading animation, there is no output, and the process disappears, and i KNOW for sure the script didn’t finish the work. i have output at any possible way when it stops, but i get no output on the page, the page acts like its still loading. but the process has really already been cut
anyone have an idea why it does this?
I think you need to edit PHP.ini to raise timeout limits because it’s a long-known fact that on some servers setting settings with PHP will not work.