DJ XtAzY
07-02-2006, 08:59 PM
when my mods were deleting or merging threads, they came across this error message
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE TABLEPREFIXuser AS user, post AS post
SET
`user.vbbux` = `user.vbbux` + `post.vbbux`
WHERE
post.threadid = '13790'
AND user.userid = post.userid;
MySQL Error : Table 'forums.TABLEPREFIXuser' doesn't exist
Error Number : 1146
Date : Sunday, July 2nd 2006 @ 05:57:47 PM
Script : http://xxx.xxx/inlinemod.php
Referrer : http://xxx.xxx/inlinemod.php
IP Address :
Username :
Classname : vB_Database_MySQLi
changing the word TABLEPREFIX to TABLE_PREFIX in files vbplaza_threaddata_delete.php and vbplaza_postdata_delete.php now gave me this error
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE user AS user, post AS post
SET
`user.vbbux` = `user.vbbux` + `post.vbbux`
WHERE
post.threadid = '13790'
AND user.userid = post.userid;
MySQL Error : Unknown column 'user.vbbux' in 'field list'
Error Number : 1054
Date : Sunday, July 2nd 2006 @ 08:04:54 PM
Script : http://xxx.xxx/inlinemod.php
Referrer : http://xxx.xxx/inlinemod.php
IP Address :
Username :
Classname : vB_Database_MySQLi
i also get strange html markups when editting posts
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE TABLEPREFIXuser AS user, post AS post
SET
`user.vbbux` = `user.vbbux` + `post.vbbux`
WHERE
post.threadid = '13790'
AND user.userid = post.userid;
MySQL Error : Table 'forums.TABLEPREFIXuser' doesn't exist
Error Number : 1146
Date : Sunday, July 2nd 2006 @ 05:57:47 PM
Script : http://xxx.xxx/inlinemod.php
Referrer : http://xxx.xxx/inlinemod.php
IP Address :
Username :
Classname : vB_Database_MySQLi
changing the word TABLEPREFIX to TABLE_PREFIX in files vbplaza_threaddata_delete.php and vbplaza_postdata_delete.php now gave me this error
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE user AS user, post AS post
SET
`user.vbbux` = `user.vbbux` + `post.vbbux`
WHERE
post.threadid = '13790'
AND user.userid = post.userid;
MySQL Error : Unknown column 'user.vbbux' in 'field list'
Error Number : 1054
Date : Sunday, July 2nd 2006 @ 08:04:54 PM
Script : http://xxx.xxx/inlinemod.php
Referrer : http://xxx.xxx/inlinemod.php
IP Address :
Username :
Classname : vB_Database_MySQLi
i also get strange html markups when editting posts