[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Install error



Hi Neon;

Reviewing your error messages I can see what happened.  Thanks for the
details here.  It makes it easy to spot the issue and provide steps to
correct it.

You need to create a database in the admin.pl.  What is happening here
is that you have created a database and loaded Pg-central into it, but
the main schema (found in Pg-database.sql) has not been loaded into
it.  Alternatively you could load the Pg-database.sql into the same
database.  I remember there was an issue with this involving a
duplicate table (session?) so you might have to drop that table if you
go that route.  Probably easier to load a database via the admin.pl
though.

Best Wishes,
Chris Travers