PDA

View Full Version : Forum error, Flashchat issue!


Zowners
02-04-2007, 02:39 AM
I had a earlier version of flashchat on my forum, integrated and everything
and today i wanted to install the newest one, and in my flashcaht admin panel i clicked on uninstall!
and now i cant access my foum i get, i dont know what to do = /

Database error in vBulletin 3.6.4:

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 != '0.0.0.0'
AND connections.updated > DATE_SUB(NOW(),INTERVAL 60 SECOND)
ORDER BY start;

MySQL Error : Table 'pmfansvb.flashchat_connections' doesn't exist
Error Number : 1146
Date : Saturday, February 3rd 2007 @ 08:31:40 PM
Script : http://paramorefans.com/boards

TheComputerGuy
02-04-2007, 10:48 AM
Looks like your database doesn't have the flashchat tables in there. You need to run the upgrade script.

itdevil
02-04-2007, 11:27 AM
Did you had any Flashchat addon hack installed like WHOIS online in Flashchat... if you have then try to disabling all the Hacks related to FlashChat till you upgrade/ or install the newer version.

Sincerely,
Tahir

Zowners
02-04-2007, 04:25 PM
thanks for all the help
yeah i runned the installer again and it worked
and yeah i had the whois online, ill try disabling those next time!