Forum OpenACS Q&A: bookmark error

Collapse
Posted by loris bason on
Hi, can anybody tell me why bookmarks module doesn't work ? the server.log file contains the following lines:
[24/Jan/2001:21:02:43][7642.10244][-conn2-] Error: Ns_PgExec: 
result status: 7 message: ERROR:  Relation 'bm_list' does not exist

[24/Jan/2001:21:02:43][7642.10244][-conn2-] Error: dbinit: 
error(localhost::acs,ERROR:  Relation 'bm_list' does not exist 
Thank you
Collapse
2: Response to bookmark error (response to 1)
Posted by Don Baccus on
That particular error is because the bookmark datamodel isn't loaded
by default when you do "psql -f load-data-model.sql".  This was left
out because bookmarks weren't ported.

I've committed a port by Alex Sokoloff which you can pick up from the
current CVS tree at sourceforge.  I think he's in the final stage of
checking to make sure I committed things correctly (I don't trust me,
no reason he should!) and then intends to make an announcement here.
You can play with it now if you want, though.