Getting a fatal error while updating
This issue generally occurs when php script takes more time for execution than set in php.ini file You can resolve this issue by using two methods: Method 1: Editing .htaccess File Manually Put php_value max_execution_time 600 in .htaccess file 600 is the value of execution time in seconds, you can use yours value, the maximum … Read more