
baggypants
Step 3: Upgrading your database 6.0.0003 to 6.0.0004
Comments
| baggypants | 336 days ago![]() |
![]() | ![]() | |
![]() | Update: I solved the blank page problem I made an error when entering the path. Now that the path is correct should I run the upgrade.php again. Perhaps it did not run the first time because it could not find the site because of the path error? | ![]() |
![]() | ![]() | ![]() |
| VictorT | 335 days ago![]() |
![]() | ![]() | |
![]() | Yes, you can run upgrade.php again. In case it results to an error with "Database access error" then just simply run the following MySQL query: ------------------------------------------ CREATE TABLE `RayShoutboxMessages` ( `ID` int(11) NOT NULL auto_increment, `UserID` varchar(20) NOT NULL default '0', `Msg` text NOT NULL, `When` int(11) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `RayVideoStats` ( `Approved` int(20) NOT NULL default '0', `Pending` int(20) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `RayVideoStats` VALUES(0, 0); ------------------------------------------ That should do. | ![]() |
![]() | ![]() | ![]() |
Post a Comment
Please login to post a comment.This Post
baggypants Blog
All Blogs


































