Forum OpenACS Q&A: user_send_notifications ERROR

Collapse
Posted by MaineBob OConnor on
I noticed this Error in my server.log<br>
Is this a real bug or is it just something
not configured correctly?

<pre>
[24/Jul...[-sched:38-] Error:
Ns_PgExec: result status: 7 message: ERROR:  Relation 'user_nott

[24/Jul...[-sched:38-] Error: nsd.tcl:
Database operation "dml" failed
    while executing
"ns_db dml $db "lock table user_notifications""
    (procedure "user_send_notifications" line 7)
    invoked from within
"user_send_notifications hourly"
</pre>

<p>-Bob

Collapse
Posted by Don Baccus on
You truncated the error message - is it saying that user_notifications doesn't exist???

I just checked in my database, and indeed it doesn't exist, which means you've found a bug.

Now would be a great time for you to learn how to use the SDM to report a bug :)  Go to openacs.org and click on the "report a bug" link.

Collapse
Posted by MaineBob OConnor on
Done.  It's in the SDM as Bug#639.