![]() |
John is there a quick query which i can get rid of all ex installations tables ?
|
Thanks!, Is there an importer to convert all scores and stuff from ibpro arcade to v3?
|
Quote:
|
Quote:
ALTER TABLE usergroup DROP arcadepermissions |
hey joh I get this error when I go to my arcade after upgrade
Invalid SQL: SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM vb3_arcade_challenges LEFT JOIN vb3_user AS touser ON (touser.userid=arcade_challenges.touserid) LEFT JOIN vb3_user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid) LEFT JOIN vb3_arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid) WHERE status=3 ORDER BY datestamp DESC LIMIT 3; MySQL Error : Unknown table 'arcade_challenges' Error Number : 1051 Date : Sunday, November 27th 2005 @ 02:32:05 PM Script : http://www.harddanceaddict.net/forum/arcade.php Referrer : http://www.harddanceaddict.net/forum/index.php IP Address : Username : tidy_boy Classname : vb_database |
Quote:
|
Quote:
|
Excellent, excellent, excellent!
Great update. |
Wow man I was looking for 20 min on your site for the arcade.
- I gave up and found it here. /me cries. I'll shoot off a bunch of VBA CMPS after the install. - Gimi few hours |
That's weird. Run this:
CREATE TABLE arcade_challenges ( challengeid int(10) unsigned NOT NULL auto_increment, fromuserid int(10) unsigned NOT NULL default '0', touserid int(10) unsigned NOT NULL default '0', winnerid int(10) unsigned NOT NULL default '0', loserid int(10) unsigned NOT NULL default '0', gameid int(10) unsigned NOT NULL default '0', datestamp int(10) unsigned NOT NULL default '0', fromsessionid int(10) unsigned NOT NULL default '0', tosessionid int(10) unsigned NOT NULL default '0', fromscore float(15,3) unsigned NOT NULL default '0.000', toscore float(15,3) unsigned NOT NULL default '0.000', status tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (challengeid) ) It should have done that as part of the product upgrade, though. :/ |
All times are GMT. The time now is 05:22 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|