[ic] SQL setup

Dan db@list.dnsalias.net
Mon, 4 Dec 2000 22:44:53 -0800


Does the database acutally get created in postgres?   Try the following to
make sure
psql <databasename>
\dt
SELECT * FROM userdb;

Does DBD::Pg show up in the Admin Interface?

Are you sure it's no password?  Why not CREATEUSER -P <user> to make a new
user that does have a password and see if that makes a difference.

Any CATALOG/error.log stuff?  What about interchange/error.log stuff?


----- Original Message -----
From: "Paul Aviles" <paul.aviles@palei.com>
To: <interchange-users@minivend.com>
Sent: Monday, December 04, 2000 10:29 PM
Subject: [ic] SQL setup


> I have an RH 7 box with the latest IC rm 4.6.1 (downloaded today) and all
> the required modules. I can make the demo work if I select to install
> makecat with no SQL. If I select Postgres, it creates the database and it
> gives no error. The user I am selecting is postgres with no password. The
> issue is that then when I go to the URL I get an
>
> "Undefined catalog: /cgi-bin/construct"
>
> error when I try to use the system. Any ideas how to troubleshoot this?
>
> Thanks to all for your help and support!
>
> Paul
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users
>