Hi,
There is something that sould be simple but I don't get it. Installed and mounted Edit This Page (CVS HEAD). Now, every time I try to modify some content (for example when try to edit the title of subsection or page) there is a error which starts like this:
Request Error
undefined variable `value'
while executing
"ns_pg_bind dml nsdb0 {
update cr_revisions
set title = :value
where revision_id = :revision_id
}"
("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]
}
..."
...
...
Any ideas? Thank you.