Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
BUG in 1.5.7 - Cant delete thread or merge Details »»
BUG in 1.5.7 - Cant delete thread or merge
Version: , by DJ XtAzY DJ XtAzY is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-02-2006 Last Update: Never Installs: 0
 
No support by the author.

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
changing the word TABLEPREFIX to TABLE_PREFIX in files vbplaza_threaddata_delete.php and vbplaza_postdata_delete.php now gave me this error

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
i also get strange html markups when editting posts

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-13-2006, 07:30 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, TABLEPREFIX should be TABLE_PREFIX.

It will be fixed in v1.5.8

-CMX
Reply With Quote
  #3  
Old 07-13-2006, 11:53 PM
Datacenter1.com Datacenter1.com is offline
 
Join Date: Dec 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Any ideas how to fix this?
Reply With Quote
  #4  
Old 07-15-2006, 03:12 AM
SMO's Avatar
SMO SMO is offline
 
Join Date: Sep 2005
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get the error as well when deleting posts. I can delete the posts when vbbux is disabled.
Reply With Quote
  #5  
Old 07-16-2006, 12:08 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Datacenter1.com
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
Any ideas how to fix this?
I'm getting the exact same error when trying to delete posts running 1.58 on 3.54
Reply With Quote
  #6  
Old 07-17-2006, 11:43 PM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any fix for this?

I cannot keep disabling the product every time I want to delete a post
Reply With Quote
  #7  
Old 07-19-2006, 03:20 AM
DJ XtAzY DJ XtAzY is offline
 
Join Date: Feb 2005
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yep same error message still
Reply With Quote
  #8  
Old 07-26-2006, 06:19 PM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
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.postid = '2050'
AND user.userid = post.userid;

MySQL Error : Unknown column 'user.vbbux' in 'field list'
Error Number : 1054
Date : Wednesday, July 26th 2006 @ 08:13:40 PM
Script : http://www.******.com/newreply.php
Referrer
:
http://www.******.com/newreply.php?d...quote=1&p=2048
IP
Address : **.*.**.**
Username : Mickey Mouse
Classname : vb_database
Reply With Quote
  #9  
Old 08-16-2006, 06:18 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #10  
Old 10-03-2006, 08:37 PM
Hoffi's Avatar
Hoffi Hoffi is offline
 
Join Date: Nov 2001
Location: Germany
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09049 seconds
  • Memory Usage 2,297KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete