Forum OpenACS Q&A: Re: Error in reference data language

Collapse
Posted by Bart Teeuwisse on
Luis,

from the error message it appears that you are running OpenACS on PG 7.3.x. Unfortunately the reference packages haven't been ported to PG 7.3.x.

In order to patch the language package you would have to change acs_reference__new so that it accepts 'timestamptz' instead of 'timestamp' (without time zone).

However, be aware that other incompatabilities with PG 7.3.x might be lurking in this package and other none core packages.

/Bart

Collapse
Posted by Luis Garcia on
Hi Bart,
Yeap, I was afraid that I was not going to be able to get away with PG 7.3.X Every thing was going way too smooth :) ...until now. It got me :)

Thanks!