Index: openacs-4/packages/xowiki/tcl/import-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/import-procs.tcl,v diff -u -r1.42.2.3 -r1.42.2.4 --- openacs-4/packages/xowiki/tcl/import-procs.tcl 23 Jul 2019 14:14:59 -0000 1.42.2.3 +++ openacs-4/packages/xowiki/tcl/import-procs.tcl 5 Nov 2019 17:19:37 -0000 1.42.2.4 @@ -302,6 +302,7 @@ if {[::$item_id istype ::xowiki::PageInstance]} { set template_id [::$item_id page_template] if {![info exists items($template_id)]} { + ns_log notice "--export including template-object $template_id of item $item_id has name? [::$template_id exists name]" ns_log notice "--export including template-object $template_id [::$template_id name]" set items($template_id) 1 ::xo::db::CrClass get_instance_from_db -item_id $template_id @@ -316,6 +317,7 @@ set sql [::xowiki::Page instance_select_query -folder_id $item_id -with_subtypes true] ::xo::dc foreach export_child_obj $sql { if {![info exists items($item_id)]} { + ns_log notice "--export child $item_id not included, try to fetch" ::xo::db::CrClass get_instance_from_db -item_id $item_id ns_log notice "--export including child $item_id [::$item_id name]" set items($item_id) 1