vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help! Cant install v3 arcade because of error adding db (https://vborg.vbsupport.ru/showthread.php?t=72822)

mrblah 12-13-2004 03:04 AM

Help! Cant install v3 arcade because of error adding db
 
I had v3 arcade installed previously, but I screwed up something with the phrases I think which severely messed up something with me staying logged in the cp so I deleted all the files and things I created. I did not delete the mysql stuff it created since I dont know how or if its possible.

Well now I would like to install it again but I cant because of the old arcade db's Im assuming.

this is the error
Code:

Database error in vBulletin 3.0.3:

Invalid SQL:
                CREATE TABLE vb3_gamechallenges (
                challengeid int(10) unsigned NOT NULL auto_increment,
                type tinyint(1) unsigned NOT NULL default '0',
                challengerid int(10) unsigned NOT NULL default '0',
                challengedid int(10) unsigned NOT NULL default '0',
                game varchar(30) NOT NULL default '',
                status tinyint(1) unsigned NOT NULL default '0',
                datestamp int(13) unsigned NOT NULL default '0',
                challengersession int(20) unsigned NOT NULL default '0',
                challengedsession int(20) unsigned NOT NULL default '0',
                PRIMARY KEY  (challengeid)
                ) TYPE=MyISAM
       
mysql error: Table 'vb3_gamechallenges' already exists

mysql error number: 1050

This happens during the install_arcade.php process after adding the templates.

So anyone know how I can get passed this?

[edit]
nevermind I see that it doesnt matter, I was on the wrong skin and kept getting a blank page when viewing the arcade since I didnt install the templates for that one yet (I had a hunch I didnt need to recreate the db's, but the blank page made me think something was screwed up). So I switched to the main skin and the arcade is fully functional.


All times are GMT. The time now is 02:57 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.01076 seconds
  • Memory Usage 1,707KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete