![]() |
Installed By: 62 users
and everyone of those 62 users can run a faulty query??!! respond someone?? I definately wont/cant install if there is no support or a valid query request |
Get your host to upgrade phpMyAdmin or run these queries seperately! It should work without seperating them, however, it seems as if it won't work like that for you.
[sql]ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT '0' NOT NULL;[/sql][sql]INSERT INTO `store` (`id`, `action`, `title`, `costs`, `sold`, `imgurl`, `description`, `ok`, `quantity`) VALUES (NULL, 'arcadepass', 'Arcade Pass', '500', '0', 'images/arcade.gif', 'Buy a lifetime pass into the Arcade!', 'N', '0');[/sql][sql]ALTER TABLE `arcadeconfig` ADD `passtimeout` BIGINT(255) DEFAULT '155520000' NOT NULL, ADD `epergamecost` TINYINT(1) DEFAULT '1' NOT NULL, ADD `earcadepass` TINYINT(1) DEFAULT '1' NOT NULL, ADD `eaph` TINYINT(1) DEFAULT '1' NOT NULL, ADD `ejackpot` TINYINT(1) DEFAULT '1' NOT NULL; [/sql][sql]ALTER TABLE `arcadegames` ADD `playcost` int(255) NOT NULL default '10', ADD `jackpot` int(255) NOT NULL default '0', ADD `jackpotadd` int(255) NOT NULL default '5';[/sql] |
well for the record I am running MySQL 3.23.54
As per your post above of the queries here are my results: For Code:
ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT '0' NOT NULL; SQL-query : [Edit] ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT \'0\' NOT NULL; MySQL said: You have an error in your SQL syntax near '\'0\' NOT NULL' at line 1 Back |
I said phpMyAdmin, not MySQL ;)
Try searching the Full Releases forum for one of the hacks that allow you to run queries from the admin center, install it, and run the queries seperate using that. |
That was phpMyAdmin
Welcome to phpMyAdmin 2.2.0 MySQL 3.23.54 running on localhost Still get those errors. I installed and ran it through the admin CP as you stated and still get errors. Code:
Database error in vBulletin Control Panel 2.3.0: Code:
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource on line 27 Code:
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource on line 27 |
hmm try doing this:
[sql] ALTER TABLE user ADD arcadepass INT(255) DEFAULT '0' NOT NULL;[/sql] |
Quote:
hmmm that one worked thanks... any help on the next few queries please :nervous: |
I figured out the third Query on the 'to-do'
Code:
ALTER TABLE arcadeconfig ADD passtimeout BIGINT(255) DEFAULT 155520000 NOT NULL, ADD epergamecost TINYINT(1) DEFAULT 1 NOT NULL, ADD earcadepass TINYINT(1) DEFAULT 1 NOT NULL, ADD eaph TINYINT(1) DEFAULT 1 NOT NULL, ADD ejackpot TINYINT(1) DEFAULT 1 NOT NULL Code:
ALTER TABLE arcadegames ADD playcost int(255) NOT NULL default 10, ADD jackpot int(255) NOT NULL default 0, ADD jackpotadd int(255) NOT NULL default 5; |
Here is the one I cant get:
Code:
INSERT INTO `store` (`id`, `action`, `title`, `costs`, `sold`, `imgurl`, `description`, `ok`, `quantity`) VALUES (NULL, 'arcadepass', 'Arcade Pass', '500', '0', 'images/arcade.gif', 'Buy a lifetime pass into the Arcade!', 'N', '0'); |
Looks nice, going to install it right now.
|
All times are GMT. The time now is 09:43 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:
|