Forum OpenACS Q&A: Re: edit this page and include graphics from photo-album

Collapse
Posted by C. R. Oldham on

Harish,

This I think is something we have been looking for in ETP. When trying to test it, however, to select a new image for the Content Image for example, I get

Request Error

ora8.c:3600:ora_tcl_command: error in `OCIStmtExecute ()': ORA-01400: cannot insert NULL into ("AIESEC4"."SITE_WIDE_INDEX"."OBJECT_NAME")
ORA-06512: at "AIESEC4.CR_REVISIONS_SWS_INSERT_TR", line 3
ORA-04088: error during execution of trigger 'AIESEC4.CR_REVISIONS_SWS_INSERT_TR'
ORA-06512: at "AIESEC4.CONTENT_REVISION", line 193
ORA-06512: at "AIESEC4.ETP", line 158
ORA-06512: at line 3

SQL: 
begin
  :1 := etp.create_new_revision(:package_id, :name, :user_id);
end;

Also, are you able to make this code available?