When selecting a document in Hippo CMS which is on Postgres 8.2.7, on
right hand side following error message gets displayed:
An error occured during loading:
com.opensymphony.workflow.StoreException: Error creating new workflow
instance: root cause: ERROR: relation "os_wfentryids" does not exist
(file:/home/hippo/miles/editor-v6.05.02/cocoon/../sites/h
When inspecting "osworkflow" database in Postgres and comparing it to
the same database in MySQL, table "os_wfentryids" is not present in
Postgres, but sequence "seq_os_wfentry" is. Similarly, table
"os_stepids" is not present in Postgres but there is a sequence
"seq_os_currentsteps". osworkflow database schema was initialized with
SQL script found in latest Hippo CMS sources. What should I do to
resolve the issue? Thanks in advance!
********************************************
Hippocms-dev: Hippo CMS development public mailinglist