When i go to install concrete5 i get a php timeout error after 30 seconds.... It doesn't allow me to fully install.. this needs to be changed so i can install my CMS. is this possible?
When i go to install concrete5 i get a php timeout error after 30 seconds.... It doesn't allow me to fully install.. this needs to be changed so i can install my CMS. is this possible?
You can increase php's max execution time to 60 seconds, but I'm not sure this solve your problem. Probably Concrete5 has a heavy installation routine that can give this kind of problem on a shared web hosting, even if "30 seconds" are CPU usage seconds and not real seconds.
Anyway you can try to add this into the .htacces in your root folder:
Code:php_value max_execution_time 60
"Over thinking, over analyzing separates the body from the mind."