|
From: John S. <js...@me...> - 2002-02-06 13:00:32
|
I developed an OI site on mysql and am now putting it into production using PostgresSQL (not really by choice). I'm having trouble with test_db. The output is something like: "--Basic connect: ok -- Use database: ok -- Create table: failed -- Can't call method "do" on unblessed reference /usr/bin/oi_manage line 2590 (NOTE: Error trying to disconnect...)" I looked at the source, but was not enlightened. I also confirmed that the user I was connecting as could 1) connect to the server and 2) create/drop tables. I saw some earlier list comments about Pg problems, but I don't think I've hit them yet (and I'm on the latest versions). Any idea what's wrong? TIA, JS |