PHP Fatal erro 
asked by Not Registered on 6 July 2008 1:07
Fatal error: Maximum execution time of 10 seconds exceeded in /home/a3627172/public_html/File/classes/http.php on line 220
Answers
You have a time limit for script execution. Your script exceeded this time limit.
You can try to set an own time limit using the function:
set_time_limit() e.g.:
<?php
set_time_limit(30); //extend it to 30 seconds
In most cases this won´t work because it is forbidden by your webserver-configuration to override the setting.
Ask your provider to kindy raise the max_execution_time directive in php.ini
HTH, Max
You can try to set an own time limit using the function:
set_time_limit() e.g.:
<?php
set_time_limit(30); //extend it to 30 seconds
In most cases this won´t work because it is forbidden by your webserver-configuration to override the setting.
Ask your provider to kindy raise the max_execution_time directive in php.ini
HTH, Max
answered by Not Registered on 14 July 2008 16:56
source: http://de.php.net/manual/de/function.set-time-limit.php
source: http://de.php.net/manual/de/function.set-time-limit.php
- What is: Failed opening 'includes/languages/english/' for inclusion , Not Registered
- what does phpBB : CRITICAL ERROR MEAN, Not Registered
- Undefined index: language in, Not Registered
- what does following message mean: Fatal error: Call to undefined function validip () in, Not Registered
- what does this error mean, Not Registered
- just error..help me pls, Not Registered
- i have the following error plz tell me the solution, Not Registered
- PHP Error message.what does it mean?, Not Registered
- what does unexpected $end mean?, Not Registered
- can anyone correct the error in this code for me please, Not Registered
- No permission to access /php/php-cgi.exe, Not Registered
- What does this php message mean, Not Registered
- What does this php message mean, Not Registered
- is a php error a hosting issue?, Not Registered
- How to redirect to custom error page if any php script error, Not Registered
- syntax error close to a double quote (") - none on page, Not Registered
- What does this error message mean?, Not Registered
- plz solve this , Sajid Ali
- Why is this happening?, Not Registered
- PHP Download error, Not Registered


















