Bug in DSXchange

Make suggestions regarding the DSX site or the Forum

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Bug in DSXchange

Post by ray.wurlod »

Today I got the following error when posting one response.

Code: Select all

Could not query forum moderator information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near 'AND g.group_single_user = 1 AND ug.group_id = aa.group_id ' at line 5

SELECT aa.forum_id, u.user_id, u.username FROM phpbb2_auth_access aa, phpbb2_user_group ug, phpbb2_groups g, phpbb2_users u WHERE aa.auth_mod = 1 AND aa.forum_id = AND g.group_single_user = 1 AND ug.group_id = aa.group_id AND g.group_id = aa.group_id AND u.user_id = ug.user_id AND u.user_id = 10

Line : 286
File : posting.php 
  
When I returned to the forum the entire thread (only the original question and my response) had vanished completely!

Double-plus ungood.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

By any chance were you replying to a post much like this one when it happened?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Much like that one indeed. Probably the duplicate post thereof. Maybe the OP was deleting it as I was executing posting.php.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Actually, I randomly picked one of the two to delete, neither had replies when I did so... guess I picked the wrong one. :(
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Ah. I forgot you now wear your underpants on the outside!
:lol:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply