PDA

View Full Version : error ..


unfaceguy
01-28-2008, 11:30 AM
i got that msg "Fatal error: Maximum execution time of 30 seconds exceeded in /home/tamtam/public_html/babu.vn/diendan/includes/functions.php(5166) : eval()'d code on line 97"

how to fix it =.=

link : http://babu.vn/diendan/other/6565-gunz-topic-tong-hop-phan-mem-hack-gunz-update-thuong-xuyen.html

snakes1100
01-28-2008, 11:33 AM
Edit php.ini and change the variable max_execution_time = 30 to = 60 and restart apache/iis

Opserty
01-28-2008, 02:36 PM
Disable your modifications and see if you still get this error. Enable your modifications one by one and check each time, this will allow you to diagnose the problem Plugin. (If you look in includes/functions.php on Line 5166 there should be a hook/template name there, you can then look in the Plugin/style manager for this and it will give you an idea of the problem Plugin/template.)


Edit php.ini and change the variable max_execution_time = 30 to = 60 and restart apache/iis
If a page is running for more then 30 seconds then something much be wrong with the code, I doubt there is anything related to backup or maintenance in functions.php. Also look at the bit where it says eval()'d code that normally tells you its a Plugin or Template. ;)