I try to run Edit This Page but get an database error.
I installed OpenACS 4.6.3 from tarball.
When trying to create a new object in the table "acs_objects" it looks for the object type "etp_page_revision". It seems like the object type "etp_page_revision" does not exist in the table "acs_object_types".
I hope this makes sense because this is as far as my knowledge of the ACS content system and Oracle reaches.
I encountered problems with the "Edit This Page" package in all the versions of OpenACS I installed.
We're planned to develop a web site that relies on "Edit This Page".
What version of OpenAcs do you recommend?
--- error ---
ora8.c:3463:ora_tcl_command: error in `OCIStmtExecute ()': ORA-02291: integrity constraint (MYSERVER.ACS_OBJECTS_OBJECT_TYPE_FK) violated - parent key not found
ORA-06512: at "MYSERVER.ACS_OBJECT", line 68
ORA-06512: at "MYSERVER.ETP", line 30
ORA-06512: at line 3
SQL:
begin
:1 := etp.create_page(
package_id => :package_id,
name => :name,
title => :title,
content_type => :content_type
);
end;
Request notifications