Database error in vBulletin 3.7.0 Beta 2:
Invalid SQL:
ALTER TABLE album
CHANGE userid userid INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE createdate createdate INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE lastpicturedate lastpicturedate INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE picturecount picturecount INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE title title VARCHAR(100) NOT NULL DEFAULT '',
CHANGE description description TEXT,
CHANGE coverpictureid coverpictureid INT UNSIGNED NOT NULL DEFAULT '0';
MySQL Error : Unknown column 'picturecount' in 'album'
Error Number : 1054
Request Date : Saturday, May 24th 2008 @ 07:36:51 PM
Error Date : Saturday, May 24th 2008 @ 07:36:51 PM
Script : http://www.packing4life.com/install/upgrade_370b3.php?step=2
Referrer : http://www.packing4life.com/install/upgrade_370b3.php?step=1
IP Address : 76.121.234.123
Username :
Classname : vB_Database
MySQL Version : 5.0.22
Any ideas to get this done.
Dave
ALTER TABLE album ADD picturecount INT UNSIGNED NOT NULL DEFAULT '0'
Then refresh that upgrade step.
Jake thanks for your reply, I found out today the requirements for the PHP and MySql and the hosting company is just a little behind in updating.
My Data Base PHP 5.1.6, MySQL Version 5.0.22
vBulletin 3.7.0 requires at least PHP 4.3.3 and MySQL 4.0.16 (These are the same requirements as vBulletin 3.6), but we strongly recommend that all customers run PHP 5.2.5 with APC and MySQL 5.0.51 or later. Major performance benefits can be had by taking the recommended route rather than simply satisfying the required versions.
Is it possible this is the problem ?
Database error in vBulletin 3.7.0 Beta 3:
Invalid SQL:
UPDATE album SET state = 'private' WHERE public = 0;
MySQL Error : Unknown column 'public' in 'where clause'
Error Number : 1054
Request Date : Monday, May 26th 2008 @ 02:10:56 PM
Error Date : Monday, May 26th 2008 @ 02:10:56 PM
Script : http://www.packing4life.com/install/upgrade_370b4.php?step=1
Referrer : http://www.packing4life.com/install/upgrade_370b4.php
IP Address : 76.121.234.123
Username :
Classname : vB_Database
MySQL Version : 5.0.22
ALTER TABLE album ADD picturecount INT UNSIGNED NOT NULL DEFAULT '0'
Then refresh that upgrade step.
Thank you Steve
#If you have any other info about this subject , Please add it free.# |