Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza

Reply
 
Thread Tools
SQL Error Details »»
SQL Error
Version: , by GamerzWorld GamerzWorld is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

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

Hello,

When im attemtping to view members profiles I am getting the following error

Quote:
Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT * FROM vbp_ribbon
WHERE touserid = '695'
ORDER BY ribbonid DESC;

MySQL Error : Table 'Mirzone.vbp_ribbon' doesn't exist
Error Number : 1146
Date : Thursday, March 9th 2006 @ 09:48:27 AM
Script : http://www.rpg-centre.com/forum/member.php?u=695
Referrer : http://www.rpg-centre.com/forum/index.php?styleid=11
Username : Merlin
Classname : vb_database
I really cant afford to shut it down for peoples p3tz yet obviously I need this facility asap.. Thanks for any help

p.s. im running latest version, upgraded it from ebux

Show Your Support

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

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

MySQL Version 3.23.58

I wonder if I'm creating a field in there that in incompatible with 3.23, I'll look into this.

EDIT: No, it looks valid.. try running this query and see if it gives u an error..

Code:
	CREATE TABLE IF NOT EXISTS (tableprefix)vbp_ribbon
	(
		ribbonid INT UNSIGNED NOT NULL auto_increment,
		visible INT UNSIGNED NOT NULL DEFAULT '1',
		ribbonname VARCHAR(100) NOT NULL DEFAULT '',
		touserid INT UNSIGNED NOT NULL DEFAULT '0',
		tousername VARCHAR(100) NOT NULL DEFAULT '',
		fromuserid INT UNSIGNED NOT NULL DEFAULT '0',
		fromusername VARCHAR(100) NOT NULL DEFAULT '',
		cause VARCHAR(250) NOT NULL DEFAULT '',
		message VARCHAR(250) NOT NULL DEFAULT '',
		PRIMARY KEY  (ribbonid)
	) TYPE=MyISAM;
Change (tableprefix) to your table prefix or remove it if u do not have one.

-CMX
Reply With Quote
  #13  
Old 03-11-2006, 03:32 PM
GamerzWorld's Avatar
GamerzWorld GamerzWorld is offline
 
Join Date: Aug 2003
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your SQL query has been executed successfully (Query took 0.0009 sec)
Its there now..hmm. Still not got any other of the DB's, can you paste a list of commands to do it manuallyplease
Reply With Quote
  #14  
Old 03-11-2006, 08:58 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just take it from inside the product-vbbuxplaza.xml

If you do not have it installed, u really need to reimport the product again..

Edit the previous vbPlaza plugin and set the version number to like 1.4.9

Then save the change it should say 1.4.9 in Manage Products, then import the product-vbbuxplaza.xml file with allow overwrite set to yes and it should install all of the tables, if its not, u r doing something wrong.

The reason I believe this is because the query worked u said, so there is definitely not a conflicting MySQL version problem.

-CMX
Reply With Quote
  #15  
Old 03-11-2006, 09:25 PM
GamerzWorld's Avatar
GamerzWorld GamerzWorld is offline
 
Join Date: Aug 2003
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
Just take it from inside the product-vbbuxplaza.xml

If you do not have it installed, u really need to reimport the product again..

Edit the previous vbPlaza plugin and set the version number to like 1.4.9

Then save the change it should say 1.4.9 in Manage Products, then import the product-vbbuxplaza.xml file with allow overwrite set to yes and it should install all of the tables, if its not, u r doing something wrong.

The reason I believe this is because the query worked u said, so there is definitely not a conflicting MySQL version problem.

-CMX
I have reimported it around 10 times and no luck so it must be the installer conflicting with something
Reply With Quote
  #16  
Old 03-11-2006, 09:28 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If u give me admin access to ur forums and ftp access to verify the files uploaded, I could install it for u and figure out exactly what the problem is.

If u will agree to that, send me the details via PM.

-CMX
Reply With Quote
  #17  
Old 03-11-2006, 10:12 PM
GamerzWorld's Avatar
GamerzWorld GamerzWorld is offline
 
Join Date: Aug 2003
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sent

Tryed adding more manually, got the following error

"#1064 - You have an error in your SQL syntax near '" . TABLE_PREFIX . "vbp_gift
(
giftid INT UNSIGNED NOT NULL auto_increment,' at line 1"
Reply With Quote
  #18  
Old 03-12-2006, 10:22 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You will have to replace " . TABLE_PREFIX . " with your real table prefix or delete it if u do not have one.

-CMX
Reply With Quote
Reply

Thread Tools

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 08:04 AM.


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.04521 seconds
  • Memory Usage 2,270KB
  • Queries Executed 22 (?)
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
  • (1)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
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete