After being redirected to the config.php, filling it out, I get the following error (no option to save the file (running from IE6)):
Database error: Invalid SQL: CREATE TABLE phpbt_active_sessions ( sid varchar(32) NOT NULL default '', name varchar(32) NOT NULL default '', val text, changed varchar(14) NOT NULL default '', PRIMARY KEY (name,sid), KEY changed (changed)) TYPE=MyISAM;
MySQL Error: 1050 (Table 'phpbt_active_sessions' already exists)
Session halted.
I then checked the config.php. It's readable by the webserver (all permissions seem to be in order), but its 0 length. Absolutely nothing in it. I then check the database and tables have been added (FIRST: phpbt_active_sessions LAST: phpbt_version). Im not sure if thats all the tables that are supposed to be there, but I thought I better included it.
Is there a template that I could just edit with vi and be done with this webbased thing? Any other steps I need to take?
Thanks!
CK
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It looks like the tables were already configured on a previous run of the config. You can just copy config-dist.php, edit the constant definitions in there, and be off and running.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After being redirected to the config.php, filling it out, I get the following error (no option to save the file (running from IE6)):
Database error: Invalid SQL: CREATE TABLE phpbt_active_sessions ( sid varchar(32) NOT NULL default '', name varchar(32) NOT NULL default '', val text, changed varchar(14) NOT NULL default '', PRIMARY KEY (name,sid), KEY changed (changed)) TYPE=MyISAM;
MySQL Error: 1050 (Table 'phpbt_active_sessions' already exists)
Session halted.
I then checked the config.php. It's readable by the webserver (all permissions seem to be in order), but its 0 length. Absolutely nothing in it. I then check the database and tables have been added (FIRST: phpbt_active_sessions LAST: phpbt_version). Im not sure if thats all the tables that are supposed to be there, but I thought I better included it.
Is there a template that I could just edit with vi and be done with this webbased thing? Any other steps I need to take?
Thanks!
CK
It looks like the tables were already configured on a previous run of the config. You can just copy config-dist.php, edit the constant definitions in there, and be off and running.