Page 1 of 1

one tiny problem

Posted: Thu Sep 03, 2009 1:41 pm
by unstabledreamer
im sure this a very simple solution and im just missing it.

I am in the middle of the install process in on the checking permissions and PHP settings i get an error that says this

Checking PHP time limit in second
(minimum 30, recommend 60 or greater)
Number of seconds a script is allowed to run. If this is reached, the script returns a fatal error.

How do i change it and what file do i change it in? someone please help

Re: one tiny problem

Posted: Thu Sep 03, 2009 1:52 pm
by Rolf
Hi

Add to config.php

Code: Select all

ini_set('max_execution_time', 60);
grtz. Rolf