Fatal error
#1
Posted 07 July 2010 - 09:10 AM
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/test/yii/framework/YiiBase.php on line 378
#2
Posted 07 July 2010 - 09:36 AM
ini_set('max_execution_time',180);
#3
Posted 07 July 2010 - 09:58 AM
Mike, on 07 July 2010 - 09:36 AM, said:
ini_set('max_execution_time',180);
I have changed the apache config file "max_execution_time = 300"
But still getting same problem.
#4
Posted 07 July 2010 - 11:02 AM
#6
Posted 07 July 2010 - 11:20 AM
The problem is communication! Excess of communication!
#7
Posted 07 July 2010 - 11:26 AM
PoL, on 07 July 2010 - 11:20 AM, said:
This is Linux server, I install apache,php and mysql from source. And php.ini file in /usr/local/apache2/php/
Can you tell me where is the other one?
#8
Posted 07 July 2010 - 11:29 AM
What says your phpinfo() runned from a browser (not from CLI) about that setting?
The problem is communication! Excess of communication!
#9
Posted 07 July 2010 - 11:32 AM
nemo, on 07 July 2010 - 09:10 AM, said:
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/test/yii/framework/YiiBase.php on line 378
You can try to use set_time_limit() function.
#10
Posted 07 July 2010 - 11:34 AM
just my $0.02
Yii Playground : Collaborative demo apps. You can join to improve it too!
My Team's Blog: In Indonesian.
#11
Posted 07 July 2010 - 12:31 PM
andy_s, on 07 July 2010 - 11:32 AM, said:
where I put this line?