C5 Update - PHP Fatal error: Maximum execution time of 30 seconds exceeded
Permalink
Hi,
Everytime I click "Download" to download and install the C5 update, I get this error:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in E:\web\[Site]\htdocs\concrete\libraries\archive.php on line 66
How do I update?
Everytime I click "Download" to download and install the C5 update, I get this error:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in E:\web\[Site]\htdocs\concrete\libraries\archive.php on line 66
How do I update?
I'm just trying to find out at this point, if I can just download it from C5 site, extract it over the current install?
Option #1 is to increase your php timeout (max_execution_time = 30) value in your php.ini (don't forget to restart your Apache server)
Option #2 is to do a manual update (see below):
NOTE: You just want to overwrite the core /concrete folder, not the entire file structure. I would recomend the following manual update process:
1.) Locally download and unzip the newest .zip file from concrete5.
2.) Rename the webroot\concrete core files folder to concrete_old on your server
3.) Copy only the local concrete folder from the .zip package to your server webroot
4.) With your browser, go tohttp://www.yoursite.com/index.php/tools/required/upgrade... (Note: if this does not work, tryhttp://www.yoursite.com/index.php/tools/required/upgrade.php)...
You may also want to temporarily disable "Pretty URLS" and clear your Concrete5 Cache just prior to upgrading.
Option #2 is to do a manual update (see below):
NOTE: You just want to overwrite the core /concrete folder, not the entire file structure. I would recomend the following manual update process:
1.) Locally download and unzip the newest .zip file from concrete5.
2.) Rename the webroot\concrete core files folder to concrete_old on your server
3.) Copy only the local concrete folder from the .zip package to your server webroot
4.) With your browser, go tohttp://www.yoursite.com/index.php/tools/required/upgrade... (Note: if this does not work, tryhttp://www.yoursite.com/index.php/tools/required/upgrade.php)...
You may also want to temporarily disable "Pretty URLS" and clear your Concrete5 Cache just prior to upgrading.
I put the site into maintenance mode, copied down the current "concrete" directory locally for backup, then uploaded the newer "concrete" directory to remote, went to the dashboard, followed the upgrade process (took seconds) and turned maintenance back off. Took just a few minutes and I was done. Thanks for your help.
Fantastic. I do all my upgrades manually (i use a centralized concrete core for mutilple sites and use a symlinks to point to it). Glad you got it "working" :)
More information on updates can be found here:
http://www.concrete5.org/documentation/installation/upgrading_concr...
http://www.concrete5.org/documentation/installation/upgrading_concr...
You can change php time limit in different ways:http://www.sudo-juice.com/php-time-limit-extend-script-running-time...