PDA

View Full Version : time out?


tword
01-23-2006, 08:04 AM
two steps to get a time out ;)

1. add more than 3000+ articles

2. because we try to get actual lastest article list:
update function HTML_latest_news at /HTML_functions.php
line 1562: Order by order_num desc limit {$news_number}";
to: Order by created desc limit {$news_number}";

then open your homepage, what happen?

keddy
01-23-2006, 08:14 AM
Have you tried to add 3000 artickles?
was it slow or fast while displaying the pages?

tword
01-23-2006, 08:28 AM
we transfered old data by phpmyadmin to phpwordpress tables.
the error I got after updated 'order by order_num' to 'order by created' is:

Fatal error: Maximum execution time of 30 seconds exceeded in
\mysite\HTML_function.php on line 810

boccio
01-23-2006, 01:50 PM
can you point us to server where this is happening?