Forum OpenACS Q&A: problem with installing openacs 4.5

Collapse
Posted by Damon Bagheri on
Hi all,
after I installed aolserver and postgresql,I tried to
install openacs version 4.5.
But I can not carry on because of following problem:
************************
Failed to install ACS Core Documents, version 4.5. The following error was generated:

Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")

Package enabled.

Failed to install Skin, version 4.5. The following error was generated:

Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")

Package enabled.

Completing Install sequence.

CREATE FUNCTION
CREATE FUNCTION
CREATE TABLE
id
----
(0 rows)
UPDATE 0
DROP FUNCTION
DROP FUNCTION
DROP TABLE
***************************
Can anybody help me to solve the problem?!
thanks
-Damon

Collapse
Posted by Eduardo Pérez on
What database version are you using?
Collapse
Posted by Damon Bagheri on
Hi Eduardo,
I am using postgresql 7.3.1!
cheers
-Damon
Collapse
Posted by Eduardo Pérez on
PostgreSQL 7.3.1 is incompatible with older versions of PostgreSQL.

I'm running OpenACS 4.6 (CVS tag oacs-4-6) with PostgreSQL 7.2.1. But you might need PostgreSQL 7.1.3 with OpenACS 4.5 as they might be also incompatible.
I suggest you to use OpenACS 4.6 if you can.

OpenACS HEAD should work with PostgreSQL 7.3.1. Remember HEAD is full of bugs and you shouldn't use it for production, only use it in development.