
Originally Posted by
riccokell
I ordered everything as it should be in the file , includes/inc-config.php
error
Database Error: Unable to connect to the database:Could not connect to MySQL
you also have to edit configuration.php in /login/
then add
Code:
CREATE TABLE`session`(`username` VARCHAR( 150 ) DEFAULT '',
`time` VARCHAR( 14 ) DEFAULT '',
`session_id` VARCHAR( 200 ) NOT NULL DEFAULT '0',
`guest` TINYINT( 4 ) DEFAULT '1',
`userid` INT( 11 ) DEFAULT '0',
`usertype` VARCHAR( 50 ) DEFAULT '',
`gid` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0',
`client_id` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0',
`data` LONGTEXT,
PRIMARY KEY ( `session_id` ( 64 ) ) ,
KEY `whosonline` ( `guest` , `usertype` ) ,
KEY `userid` ( `userid` ) ,
KEY `time` ( `time` )
)
to the forum db and you can get to the login page ;)
now testing the rest
Edit:
it's alot of work to get this one fixed its just not plug and play