Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.144 -r1.542.2.145 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 20 Feb 2022 17:06:17 -0000 1.542.2.144 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 3 Mar 2022 18:22:57 -0000 1.542.2.145 @@ -1751,9 +1751,11 @@ if {$selection eq ""} { error [subst { - The form page with item_id $item_id was not found in the xowiki_form_instance_item_index. - Consider 'DROP TABLE xowiki_form_instance_item_index CASCADE;' and restart server - (the table is rebuilt automatically) + The form page with item_id $item_id was not found in the + xowiki_form_instance_item_index. Consider 'DROP TABLE + xowiki_form_instance_item_index CASCADE;' and restart server + (the table is rebuilt automatically, but this could take a + while, when the number of pages is huge). }] }