PDA

View Full Version : Database error !!!


Michael.A
02-19-2009, 03:41 AM
nvm
thank you..

vbplusme
02-19-2009, 07:50 AM
I always worry about these messages because it is usually a sign that the hack installation failed of someone tried to uninstall it but fails so the remnants of the hack are in a state of limbo. Check your chat hack to see if you can find the SQL to add the table back to your database. It should be in the installation XML. I checked the installer and it was suppose alter the "mgc_cb_evo_chat" table, guess it didn't ?

Here are the SQL statements if you need them:

ALTER TABLE `mgc_cb_evo_chat` ADD `isthreadwarning` TINYINT(1) UNSIGNED NOT NULL;
ALTER TABLE `mgc_cb_evo_chat` ADD `ispostwarning` TINYINT(1) UNSIGNED NOT NULL;
ALTER TABLE `mgc_cb_evo_chat` ADD `tpforumid` INT(10) UNSIGNED NOT NULL;

Marco van Herwaarden
02-19-2009, 09:27 AM
Don't you hate it when the question gets removed after someone provides an answer? Now nobody know what the question was and thus his answer is now useless to others.

vbplusme
02-19-2009, 12:03 PM
Don't you hate it when the question gets removed after someone provides an answer? Now nobody know what the question was and thus his answer is now useless to others.


I can't believe it!

Michael.A
02-19-2009, 03:13 PM
Don't you hate it when the question gets removed after someone provides an answer? Now nobody know what the question was and thus his answer is now useless to others.

oo am sorry here is the question and the real answer
https://vborg.vbsupport.ru/showthread.php?t=168992&page=288