Home Forums WoodMart support forum Import AJAX problem Reply To: Import AJAX problem

#24799

Maghro
Participant

I had the same problem and I solve it. You should increase max_execution_time and max_input_time in your php.ini
For example:
max_execution_time = 86400
max_input_time = 86400

After changes in php.ini dont forget to restart the server (apach or ….)