How to increase the Maximum execution time of 30 seconds?
Found it…. change your PHP.ini
max_execution_time = 30 ; Maximum execution time of each script, in
seconds
to whatever time in second of your choice.. I changed mine to 180
Remember to restart your apache services for the setting to take effect…