jabber
answered Jul 23 '23 00:00
you should increate maximum execution time in php.ini
may be it works
go to php.ini and find max_execution_time
and change it like max_execution_time=90000 or any time in secs
max_execution_time is Maximum execution time of each script, in seconds
or put this following php code in first line of script
ini_set('max_execution_time', '300');