phpBB - Install

Discussion in 'Third-party applications' started by Swirl, Dec 20, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. All,

    Who has been able to install phpBB 2.0.18 on their site?

    I was trying to install it and now I get this error:

    An error occurred trying to update the database
    [Microsoft][ODBC SQL Server Driver][SQL Server]There is already an index on table 'phpbb_sessions_keys' named 'IX_phpbb_sessions_keys'.
    (I don't see this table in the DB)

    Has anyone else seen this or know of a way around it?

    Swirl
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    The error is saying that there is a index within the database. It doesn't mean that the table need to exist.

    If you do a select * from sysobjects, you should see this object.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. The index did not exists as I ran that to see if it was there.

    The problem had to do with phpBB and their install schema for SQL Server.

    They used the same index in the shema file. I had to change the index to xxxx_1 (xxxx = the name of the index).

    Swirl

    CoH/CoV: Online Badge Tracker
    http://www.cityinfoterminal.com
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page