I have a strange problem, my localhost and server has the same max_execution_time
which is 30 seconds.
But in the server its working without any problem but in the localhost only i am getting the error of Maximum execution time of 30 seconds exceeded.
The data set is also same i am using to run.
What are the major items that can cause max_execution_time
exceeded error?
PHP settings on server
max_execution_time 30 30
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
max_input_vars 1000 1000
memory_limit 128M 128M
PHP settings on localhost
max_execution_time 30 30
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
max_input_vars 1000 1000
memory_limit 128M 128M
Can the RAM of the computer and Ram of the Server cause this problem ? if so the only difference is i have a 8 gb ram in my computer and 2 gb ram in the server.