DBB error
Moderators: Krom, Lothar, Richard Cranium, KoolBear
- VonVulcan
- DBB Captain
- Posts: 992
- Joined: Mon Sep 17, 2001 2:01 am
- Location: Tacoma, Wa, USA
- Contact:
DBB error
I just clicked on a forum topic and got this... no clue why or if it is important...
General Error
Could not query new topic information
DEBUG MODE
SQL Error : Transaction (Process ID 54) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
SELECT t.forum_id, t.topic_id, p.post_time FROM phpbb_topics t, phpbb_posts p WHERE p.post_id = t.topic_last_post_id AND p.post_time > 1139770351 AND t.topic_moved_id = 0
Line : 201
File : index.php
General Error
Could not query new topic information
DEBUG MODE
SQL Error : Transaction (Process ID 54) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
SELECT t.forum_id, t.topic_id, p.post_time FROM phpbb_topics t, phpbb_posts p WHERE p.post_id = t.topic_last_post_id AND p.post_time > 1139770351 AND t.topic_moved_id = 0
Line : 201
File : index.php
Another error. THis happens all the time: I would go back to edit a post, submit it, and it would just sit there until it moves to a white screen. Then I have to hit the back button and hit submit again. Sometimes it goes, sometimes I have to give it a few more tries. Sometimes it gets aggrivating and I give up.
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Top, I've seen that happen just making a post.
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams
-
- DBB Supporter
- Posts: 1444
- Joined: Tue Aug 07, 2001 2:01 am
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Thank you.
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams
-
- DBB Supporter
- Posts: 1444
- Joined: Tue Aug 07, 2001 2:01 am
-
- DBB Supporter
- Posts: 1444
- Joined: Tue Aug 07, 2001 2:01 am
Re:
this coupled with the general slowness of the DBB is getting increasingly annoyingTop Wop wrote:Another error. THis happens all the time: I would go back to edit a post, submit it, and it would just sit there until it moves to a white screen. Then I have to hit the back button and hit submit again. Sometimes it goes, sometimes I have to give it a few more tries. Sometimes it gets aggrivating and I give up.
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Its getting worse now. The server is timing out quite frequently now, and refuses to respond for atleast two minutes at a time.
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams
-
- DBB Supporter
- Posts: 1444
- Joined: Tue Aug 07, 2001 2:01 am
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Ok, the server is MUCH faster now, but its still timing out on my end. I can just hit retry in firefox and it reconnects just fine though. No more two minute waits. *knocks on wood*
Thank you Richard.
Thank you Richard.
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams
-
- DBB Supporter
- Posts: 1444
- Joined: Tue Aug 07, 2001 2:01 am
aright i just got this error, do you notice it says \"error DELETING\" ? i wasn't deleting anything, i was EDITING my post!! maybe this is the cause of teh fubar?
Error in deleting post
DEBUG MODE
SQL Error : Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
DELETE FROM phpbb_search_wordmatch WHERE post_id IN (157043)
Line : 419
File : functions_search.php
- Kilarin
- DBB Fleet Admiral
- Posts: 2403
- Joined: Wed Aug 07, 2002 2:01 am
- Location: South of Ft. Worth Texas
I got debug mode just trying to READ this very topic. now that was odd.
AND I've been trying to edit a bad tag in this post all evening, getting the white screen of annoyance.
that will teach me to make typos!
AND I've been trying to edit a bad tag in this post all evening, getting the white screen of annoyance.
that will teach me to make typos!
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Hell, I got a debug error just trying to load the index last night.
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams
- KompresZor
- DBB Captain
- Posts: 919
- Joined: Wed Jul 31, 2002 2:01 am
- Location: Clearfield, Pennslyvania
Code: Select all
Could not obtain post/user information.
DEBUG MODE
SQL Error : Transaction (Process ID 56) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_posts p, phpbb_users u, phpbb_posts_text pt WHERE p.topic_id = 9235 AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 0, 40
Line : 399
File : viewtopic.php
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Got this just now trying to load the index:
Could not query forums information
DEBUG MODE
SQL Error : Transaction (Process ID 55) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order
Line : 167
File : index.php
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
I beleive the serach word index table is corrupted, add to it that when I try and rebuild it I get an error message ...
Now if I could find RC to look into this backend error ...
Code: Select all
Could not delete search table
DEBUG MODE
SQL Error : The statement has been terminated.
DELETE FROM phpbb_search_wordmatch
Line : 326
File : functions_admin_rebuild_search.php
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Code: Select all
Could not insert new word
DEBUG MODE
SQL Error : Internal Query Processor Error: The query processor ran out of stack space during query optimization.
INSERT INTO phpbb_search_wordlist (word_text, word_common) SELECT '0', 0 UNION ALL SELECT '03pm', 0 UNION
...
blah blah blah
...
'youve', 0 UNION ALL SELECT 'zappafan', 0 UNION ALL SELECT 'zapped', 0 UNION ALL SELECT 'zero', 0 UNION ALL SELECT 'zoom', 0
Line : 234
File : functions_search.php
here's an ingeresting error i just got while trying to click on the E&C Swedish feminists thread
General Error
Could not obtain newer/older topic information
DEBUG MODE
SQL Error : Transaction (Process ID 56) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
SELECT p.post_id FROM phpbb_posts p, phpbb_sessions s, phpbb_users u WHERE s.session_id = '17342f99d17a3506ab41baae78f56bda' AND u.user_id = s.session_user_id AND p.topic_id = 9595 AND p.post_time >= u.user_lastvisit ORDER BY p.post_time ASC LIMIT 1
Line : 84
File : viewtopic.php
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Just curious, but am I the only one here having issues with the board timing out?
"One spelling mistake can destroy your life. A Husband sent this to his wife : "I'm having a wonderful time. Wish you were her." - @RobinWilliams