txt
12-13-2005, 09:18 AM
Hello 2 all...
I had the news script in my site since 6 months ago... and all goes so good, but yesterday the script says:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/centro/public_html/noticias/classes/display.php on line 102
Please people... I dont know why! can you help me please!
Thanks to all...
PD: If I change in the index of site the Idīs of the forums... it runs perfectly, ex:
work with (1, 2 so good....):
<?php include_once("/home/centro/public_html/noticias/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_Headlines("10", "1,2", "0", "0"); ?>
And the problem (note the 3):
<?php include_once("/home/centro/public_html/noticias/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_Headlines("10", "1, 2, 3", "0", "0"); ?>
uhmmm!
bye!
I had the news script in my site since 6 months ago... and all goes so good, but yesterday the script says:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/centro/public_html/noticias/classes/display.php on line 102
Please people... I dont know why! can you help me please!
Thanks to all...
PD: If I change in the index of site the Idīs of the forums... it runs perfectly, ex:
work with (1, 2 so good....):
<?php include_once("/home/centro/public_html/noticias/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_Headlines("10", "1,2", "0", "0"); ?>
And the problem (note the 3):
<?php include_once("/home/centro/public_html/noticias/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_Headlines("10", "1, 2, 3", "0", "0"); ?>
uhmmm!
bye!