Forum OpenACS Q&A: cannot delete subtopic in edit-this-page

Hi, problems everywhere: I installed edit-this-page with openacs5,1 and created some subtopics / pages. I can edit those, but not delete. There is a server error:

Database operation "dml" failed (exception ERROR, "ERROR:  Relation "chid" does not exist")

ERROR:  Relation "chid" does not exist

SQL:
  update cr_items
    set parent_id = -400, live_revision = NULL
  where item_id = '588'
...

I used edit-this-page with openacs4.6. without any problems.

Maybe someone know this?

Christof

Collapse
Posted by Thomas Rathjen on
hallo Christof,

I had the same problem some weeks ago.

Here you will find the solution of your problem.

https://openacs.org/bugtracker/openacs/bug?bug_number=1791

Thomas