Forum OpenACS Q&A: portal pkg problem in defaults.sql

Collapse
Posted by Kiran Halwai on
portal-core-create.sql has problem in comment: 'is' is missing. I fixed that. But could not fix the following problem.

In defaults.sql:

Function 'portal_layout__new(unknown, unknown, unknown, unknown)' does not exist        Unable to identify a function that satisfies the given argument types
        You may need to add explicit typecasts

Any help?

Using:
psql (PostgreSQL) 7.2.3 and openacs 4.6 on linux

Collapse
Posted by Simon Carstensen on
Perhaps this thread might be to some help.
Collapse
Posted by Kiran Halwai on
I checked for duplicate alias - there was none.
And explicit type casting also did not work.
Thank you anyway, Simon. Any other suggestions please?

-Kiran