The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
sql error - quick help needed :)
http://forums.armageddononline.org
I uninstalled flashchat ( https://vborg.vbsupport.ru/showthread.php?t=166834 ) and am stuck with an sql error. Can any geniuses help? |
#2
|
||||
|
||||
did you remove any template edit you did when installing it?
you have some bad code PHP Code:
here HTML Code:
Invalid SQL: SELECT connections.*, rooms.*, user.* FROM flashchat_connections as connections LEFT JOIN flashchat_rooms as rooms ON connections.roomid = rooms.id LEFT JOIN user as user ON connections.userid = user.userid WHERE connections.userid > 0 AND connections.ip != '' AND connections.updated > DATE_SUB(NOW(),INTERVAL SECOND) ORDER BY start; |
#3
|
||||
|
||||
Yeesh, I figured it out. I need some sleep.
MODS DELETE THIS |
#4
|
||||
|
||||
It would be better to explain what happened so the next guy might find this to help him.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|