Forum OpenACS Q&A: Problems with acs_message in 4.6.2 beta1

Using the 4.6.2 beta1 I'm running into a problem in mulitple packages (general comments, bboard, news) when I try to insert a new item for any of these I get the following error or similar in the log file (this is when trying to add a bboard message):

[06/Apr/2003:16:59:24][31885.32773][-conn1-] Notice: Querying '
            select bboard_message__new (
                '691',
                NULL,
                NULL,
                '290',
                null,          -- rfc822_id
                'message',
                'text/plain; format=flowed',
                null,          -- text
                null,          -- data
                '690',
                now(),
                NULL,
                '12.243.159.160',
                'bboard_message'
            );'
WARNING:  Error occurred while executing PL/pgSQL function acs_message__new
WARNING:  line 75 at assignment
[06/Apr/2003:16:59:24][31885.32773][-conn1-] Error: Ns_PgExec: result status: 7 message: ERROR:  Function acs_message__edit(integer, character varying, character varying, character varying, character varying, text, timestamptz, integer, character varying, boolean) does not exist
        Unable to identify a function that satisfies the given argument types
        You may need to add explicit typecasts

[06/Apr/2003:16:59:24][31885.32773][-conn1-] Error: dbinit: error(localhost::simplypets,ERROR:  Function acs_message__edit(integer, character varying, character varying, character varying, character varying, text, timestamptz, integer, character varying, boolean) does not exist
        Unable to identify a function that satisfies the given argument types
        You may need to add explicit typecasts
): '
            select bboard_message__new (
                '691',
                NULL,
                NULL,
                '290',
                null,          -- rfc822_id
                'message',
                'text/plain; format=flowed',
                null,          -- text
                null,          -- data
                '690',
                now(),
                NULL,
                '12.243.159.160',
                'bboard_message'
            );
      '

This is on RedHat 8
AOL Server: AOLserver/3.3.1+ad13
PostGres: 7.3.1

I'm not sure if this is a configuration error on my part, or if it is an issue with the packages. Any thoughts/help would  be appreciated.

Thanks,
--James

Collapse
Posted by Lachlan Myers on
I'm not sure that OACS is "7.3" compliant yet. I know people are working on it.
Everything works with 7.2.4