Forum .LRN Q&A: Re: Server Error

Collapse
3: Re: Server Error (response to 1)
Posted by Al Guyer on
I guess this is a self-help help site...

...anyway I ran these commands in postgres:

openacs=# delete from apm_applications where application_id='506';
DELETE 1
openacs=# DELETE from apm_packages where package_id=506;
DELETE 1
openacs=#

That fixed the majority of the errors in error.log. I still have these:

[27/Jan/2006:16:03:24][12550.49156][-conn:service0::0] Error: invalid command name "dotlrn_community::get_community_id"
invalid command name "dotlrn_community::get_community_id"
while executing
"dotlrn_community::get_community_id"
(procedure "log_user_id" line 3)
invoked from within
"log_user_id {} preauth"
[27/Jan/2006:16:03:25][12550.65541][-conn:service0::1] Error: invalid command name "dotlrn_community::get_community_id"
invalid command name "dotlrn_community::get_community_id"
while executing
"dotlrn_community::get_community_id"
(procedure "log_user_id" line 3)
invoked from within
"log_user_id {} preauth"

Which means dotlrn partially installed?