| 
	
 | 
 Posted by lawrence k on 08/18/07 07:49 
On Aug 18, 3:35 am, lawrence k <lkrub...@geocities.com> wrote: 
> Fatal error: Maximum execution time of 30 seconds exceeded in /home/ 
> httpd/vhosts/bluewallmultimedia.com/httpdocs/getid3/getid3/ 
> getid3.lib.php on line 54 
> 
> But if I run phpinfo(), I get this: 
> 
> max_execution_time      95      95 
> 
> and if I ssh to the server and look in php.ini, this is confirmed: 
> 
> max_execution_time = 95     ; Maximum execution time of each script, 
> in seconds 
> 
> This is on a RackSpace server, running RedHat. It's got Plesk 
> installed. 
> 
> Can anyone guess what is going on? Is there some place the settings in 
> php.ini can get over written or ignored? 
 
 
I should add that if I navigate to the directory where the code and I 
do this: 
 
grep -R  ini_set * 
 
I get nothing. As near as I can figure, ini_set is not being used to 
override the php.ini settings.
 
[Back to original message] 
 |