i have installed webuzo on a dedicated server, 64gb ram, i7 etc.
The problem is that after a few minutes of running, the script gives "A 50X error occurred. Sorry, the page you are looking for is currently unavailable.
Please try again later.". I need this to run until the end, as i am parsing 1 GB xml and inserting it into the database, i know that i can try and split de XML but there are many and different so this is the best way for what i need.
Please help me fix this issue.
I have installed php 7.1 here are limit specs from php config
max_execution_time = 30000 ; Maximum execution time of each script, in seconds
max_input_time = 60000 ; Maximum amount of time each script may spend parsing request data
max_input_nesting_level = 100; Maximum input variable nesting level
memory_limit = 45000M ; Maximum amount of memory a script may consume (16MB)
max_input_vars = 20000;
As a side note, the script dies after exactly 120 seconds so i think there is a timeout limit somewhere, i have set apache to 12000 seconds but without any success, i still get the same error