The Arcive of vBulletin Modifications Site. |
|
BUG in 1.5.7 - Cant delete thread or merge Details »»
|
|||||||||||||||||||||||||
when my mods were deleting or merging threads, they came across this error message
Code:
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
Code:
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Yes, TABLEPREFIX should be TABLE_PREFIX.
It will be fixed in v1.5.8 -CMX |
|
#3
|
|||
|
|||
|
I still getting this after 1.5.8 upgrade
Code:
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 = '3242' AND user.userid = post.userid; MySQL Error : Unknown column 'user.vbbux' in 'field list' Error Number : 1054 Date : Thursday, July 13th 2006 @ 08:50:09 PM |
|
#4
|
||||
|
||||
|
i get the error as well when deleting posts. I can delete the posts when vbbux is disabled.
|
|
#5
|
||||
|
||||
|
Quote:
running 1.58 on 3.54
|
|
#6
|
||||
|
||||
|
Is there any fix for this?
I cannot keep disabling the product every time I want to delete a post
|
|
#7
|
|||
|
|||
|
yep same error message still
|
|
#8
|
||||
|
||||
|
Members are even getting errors while replying to threads
![]() Is there ever going to be a fix for this? My mods are going on at me cos they cannot delete anything ![]() If I disable the Vplaza and re enable it then it keeps resetting my templates and I have to add all the code for everything again. Quote:
|
|
#9
|
||||
|
||||
|
I'm having the same problem since upgrading to 1.5.8
Any ideas anyone as this is causing me real problems? I also can't downgrade to an older version without getting a load of errors ![]() EDIT OK scrap that I think I found the fix. https://vborg.vbsupport.ru/showthread.php?t=120624 (the first "table_prefix" part was already fixed, the removal of the ' wasn't Thanks Geek
|
|
#10
|
||||
|
||||
|
Use a good Editor like Dreamweaver and Use a Diresctory Search and Replace and Replace the `with nothing in every File in the Plugin Directory. Works for me. Bad Bug, really.
|
![]() |
|
|