Menu

Installation Failure

Help
2002-02-07
2002-02-14
  • Nobody/Anonymous

    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

     
    • Benjamin Curtis

      Benjamin Curtis - 2002-02-14

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.