Suddenly recieved the following error:
UserName represents a user at the forum whose actual display name I did not post due to it being questionably inappropriate.
I recieve this message on execution of the search function only, but other members are complaining that they are not able to access the threadlisting page. They can view the forums listing and individual threads, but not the individual forums.
Not too sure where to go from here, but it looks as if some values ended up where they shouldn't have... No coding changes within the last month, as the forum was working fully operational until this suddenly sprung upon me. Any assistance in resolving this matter will be greatly appreciated.
Code:
Database error in vBulletin 3.0.7: Invalid SQL: SELECT threadid AS itemid, forumid, IF(postuserid = 1, 'self', 'other') AS starter FROM thread AS thread LEFT JOIN deletionlog AS delthread ON(delthread.primaryid = thread.threadid AND delthread.type = 'thread') WHERE threadid IN(10506) AND delthread.primaryid IS NULL AND thread.open <> 10 AND thread.visible = 1 AND thread.postuserid NOT IN (UserName) mysql error: Unknown column 'UserName' in 'where clause' mysql error number: 1054 Date: Wednesday 20th of April 2005 12:51:19 AM Script: http://forums.breakthetrend.com/search.php?searchid=40894 Referer: http://forums.breakthetrend.com/search.php? Username: Braden IP Address: 12.109.29.160
I recieve this message on execution of the search function only, but other members are complaining that they are not able to access the threadlisting page. They can view the forums listing and individual threads, but not the individual forums.
Not too sure where to go from here, but it looks as if some values ended up where they shouldn't have... No coding changes within the last month, as the forum was working fully operational until this suddenly sprung upon me. Any assistance in resolving this matter will be greatly appreciated.
Comment