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:
Invalid SQL: ALTER TABLE `user` ADD `arcadepass` INT(255) DEFAULT '0' NOT NULL;
mysql error: You have an error in your SQL syntax near ';
' at line 1
mysql error number: 1064
And on the next code:
Code:
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource on line 27
Query Result - 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');
and with phpmyadmin:
Code:
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource on line 27
Query Result - 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\');
MySQL said:
You have an error in your SQL syntax near 'Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resou' at line 1
Back