Forum OpenACS Q&A: Xowiki Exporter Error

Collapse
Posted by Richard Hamilton on
I have just encountered this error when trying to export a formpage to study the export data structure. Export would seem to be broken on my system. Has anyone ever seen this error before?

[20/Nov/2012:09:11:36][5015.213005][-sched:idle0-] Notice: starting
[20/Nov/2012:09:11:41][5015.147465][-default:2-] Notice: -- creating per thread sequence table
[20/Nov/2012:09:11:41][5015.147465][-default:2-] Warning: /content/admin/export has no doc(title) set.
[20/Nov/2012:09:11:41][5015.147465][-default:2-] Error: GET http://www.devserver.com:8000/content/admin/export?objects=en%3Agallery
referred by "http://www.devserver.com:8000/content/admin/list?object%5ftype=%3a%3axowiki%3a%3aFormPage";
invalid command name "::xowiki::::exporter"
while executing
"::xowiki::::exporter export [array names items]"
("uplevel" body line 38)
invoked from within
"uplevel {
::xowiki::Package initialize -ad_doc {
export the objects of the specified type

@author Gustaf Neumann (mailto:gustaf.neumann@wu-wien.a...";
(procedure "code::tcl::/web/devserver/packages/xowiki/www/admin/export" line 2)
invoked from within
"code::tcl::$__adp_stub"
("uplevel" body line 12)
invoked from within
"uplevel {

if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init t..."
(procedure "adp_prepare" line 2)
invoked from within

Collapse
2: Re: Xowiki Exporter Error (response to 1)
Posted by Gustaf Neumann on
too man colons. fixed in cvs head.
Collapse
3: Re: Xowiki Exporter Error (response to 2)
Posted by Richard Hamilton on
Oh, thank you Gustaf.

Can I still safely update to cvs head without breaking things? I read yesterday somewhere that you were now testing PG 9.1 and OpenACS 5.8 and that head updates might now break systems running OpenACS 5.7 and PG 8.x.

Is that correct or have I mis-understood?

Regards
Richard

Collapse
4: Re: Xowiki Exporter Error (response to 3)
Posted by Richard Hamilton on
Please disregard last question - I had indeed mis-undertood!

The question of head updates to xotcl-core and xowiki relates to the use of tcl 8.5 and is nothing to do with Postgresql.

Regards
Richard