Making progress on our upgrade. One issue I wanted to run by you Gustaf relates to the upgrade logic for xowiki. We're at v0.89 from 5.8 days. Our xotcl core is at 0.126 and we're upgrading to Naviserver 5 with Nsf 2.4.
The Tcl upgrade logic has a lot of these types of upgrades:
::$package_id import-prototype-page "page-type"
Ours is failing at the first version upgrade that includes an invocation of this method - 0.96.
::11675808: unable to dispatch method 'import-prototype-page'
while executing
"error "[self]: unable to dispatch method '$m'""
Hoping you can point us in the right direction on this.