Forum OpenACS Development: Re: XoWiki

Collapse
41: Re: XoWiki (response to 1)
Posted by Ivan Histand on
Hi Gustaf,

I'm getting the following error when trying to edit a page instance, and have not had any success in tracking it down, can you point me in the right direction? Dev instance is at http://coastalportraits.org/xowiki Installation is the 5.2 released version plus the HEAD on all xotcl packages.

==========================
Database operation "dml" failed (exception ERROR, "ERROR: column "page_template" of relation "xowiki_page_instancei" does not exist
")

ERROR: column "page_template" of relation "xowiki_page_instancei" does not exist

SQL:
insert into xowiki_page_instancei (item_id,revision_id,title,description,mime_type,nls_language,text,page_template,instance_attributes)
values ('1002','1004','en:Test Page Instance','Hello World Test Page Instance','text/plain','en_US',NULL,'998',NULL)
while executing
"ns_pg_bind dml nsdb0 {
insert into xowiki_page_instancei (item_id,revision_id,title,description,mime_type,nls_language,text,page_template,instance_at..."
("uplevel" body line 1)
invoked from within
"uplevel $ulevel [list ns_pg_bind $type $db $sql]"
("postgresql" arm line 2)
invoked from within
"switch $driverkey {
oracle {
return [uplevel $ulevel [list ns_ora $type $db $sql] $args]
}
..."
invoked from within
"db_exec dml $db $full_statement_name $sql"