Forum OpenACS Development: Re: upgrade to 5.3.2 -cache_key error

Collapse
Posted by Matthew Coupe on
I've done a fresh install using the code base and it seems to work perfectly so it must be something in the upgrade. This cache problem seems to happen for quite a few different packages. Will keep digging but I don't really know what I'm looking for!
Collapse
Posted by Gustaf Neumann on
The problem seems to be that the upgrade executes calls for the relatively new db_* interface with caching without having the functions defined. see:
http://cvs.openacs.org/cvs/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl?r1=1.61&r2=1.62

have you tried to boot from the new kernel with the old database and use acs-admin/apm/packages-install to run the update scripts then?