Forum OpenACS Q&A: unspecified error causes server failiure

i am running aolsrever3 3.2ad12 using postgres driver 1.1 and postgres 7.1
i am editing a copy of the events module and every time i run the script the browser returns 'The document contained no data',the server dies and i get an unspecified error in the error log :
NOTICE: BEGIN: already a transaction in progress
[20/Jun/2001:17:18:39][7188.4101][-conn0-] Notice: nspostgres: enter transaction
[20/Jun/2001:17:18:39][7188.4101][-conn0-] Notice: dbinit:
sql(lupin::seeds.db): 'begin transaction'
[20/Jun/2001:17:18:39][7188.4101][-conn0-] Notice: dbinit:
sql(lupin::seeds.db): ' select short_name_from_group_name('conference on 2001-07-20 16:42:20 at brighton, United Kingdom') from dual'
[20/Jun/2001:17:18:39][7188.4101][-conn0-] Error:

i have checked that my modified insert doesn't break any constraints and have tried commenting it out
if anyone has any ideas i'd be v grateful

Collapse
Posted by Matt Roberts on

the answer to this was to upgrade the driver from 1.1 to 2.0 there is documentation of the fact that 1.1 will not work with the openacs at

https://openacs.org/doc/openacs/install/x138.html#AEN150

but somehow i missed it