I'm installig it and it works ok, was able to connect to the MySQL, but then it gives me this error message:
Inserting all required data in the database.
Failure! - Reported Error:
Sorry, unable to run query:
CREATE TABLE `bb_acls` ( `acl_ID` int(10) NOT NULL auto_increment, `acl_area` int(10) default NULL, `acl_group` int(10) default NULL, `canread` tinyint(1) default NULL, `canwrite` tinyint(1) default NULL, `canstart` tinyint(1) default NULL, `cansee` tinyint(1) default NULL, `canmod` tinyint(1) default NULL, `server` int(10) default NULL, KEY `acl_ID` (`acl_ID`), KEY `groups` (`acl_group`), KEY `server` (`server`), KEY `acl_area` (`acl_area`), KEY `cansee` (`cansee`), KEY `canread` (`canread`), KEY `canwrite` (`canwrite`), KEY `canstart` (`canstart`), KEY `canmod` (`canmod`)/*!40000 ALTER TABLE `bb_acls` DISABLE KEYS */;
Can anyone help me here?
P.S. The hosting site that I'm doing this at is byethost9.
Last edit by thegamingperson1994 on Feb 23, 2007, 8:26 pm
Here's another problem: I made the account like this: admin, password: admin. But when I try to log in, it doesn't work. Do you know why? What file can I look at to see the password?
well we are in this poshion most of us got upgraded to php5 on our web servers/hosts this inturn made the older releases of Nextbbs uncompatible.... now the nightly works but we cant log in as admin with the admin and pass we created during the install doesnt work. Also the feature for sending the e-mail is in the admin CP. (unless you know PHP/MySQL) Wich im still learning about.... }-->
So basically you're saying I'm screwed in that regard? (I figured out how to access the mySQL, it's just like excel! Although, Chris told me that phpmyadmin isn't compatible with nextbbs, and since phpmyadmin is the only thing the hosting service has, well...)