error

death180

Seasoned Veteran
Joined
Jul 3, 2009
Messages
4,338
Reaction score
0
FP$
1,767
I can't get to my forum because i get this error:

Code:
SQL ERROR [ mysql4 ]

Server shutdown in progress [1053]

SQL

SELECT t.topic_id, t.topic_last_post_time, tt.mark_time as topic_mark_time, ft.mark_time as forum_mark_time FROM (phpbb_topics t) LEFT JOIN phpbb_topics_track tt ON (tt.user_id = 2 AND t.topic_id = tt.topic_id) LEFT JOIN phpbb_forums_track ft ON (ft.user_id = 2 AND t.forum_id = ft.forum_id) WHERE ( (tt.mark_time IS NOT NULL AND t.topic_last_post_time > tt.mark_time) OR (tt.mark_time IS NULL AND ft.mark_time IS NOT NULL AND t.topic_last_post_time > ft.mark_time) OR (tt.mark_time IS NULL AND ft.mark_time IS NULL AND t.topic_last_post_time > 0) ) AND t.forum_id = 0 ORDER BY t.topic_last_post_time DESC LIMIT 1

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()

FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()

FILE: includes/functions.php
LINE: 1715
CALL: dbal->sql_query_limit()

FILE: includes/functions_display.php
LINE: 110
CALL: get_unread_topics()

FILE: index.php
LINE: 28
CALL: display_forums()
 
That is related to your host and is something that you will have to speak to them about. It normally only lasts for a short amount of time and your site is working fine for me now.
 
i got an email from my host minutes after i noticed that.

We have detected that your account executing a slow MySQL queries.
Then it talks about how to optimize mySQL queries.

And it doesn't work for me still.

edit: Ok, after refreshing a few times it finally worked.
 
Back
Top Bottom