Forum .LRN Q&A: Re: dotlrn-xowiki and xowiki-portlet available

Collapse
Posted by Eduardo Santos on
Just another thing. after upgrade xowiki from version 0.39 to head, I got the following errors in my log:

Error: Error sourcing /var/www/dev-lrn/packages/xowiki/tcl/xowiki-www-procs.tcl:
invalid command name "File"
while executing
"File instproc download {} {
my instvar text mime_type package_id item_id revision_id
$package_id set mime_type $mime_type
set use_bg_deliv..."
(in namespace eval "::xowiki" script line 278)
invoked from within
"namespace eval ::xowiki {

Page instproc view {} {
# view is used only for the toplevel call, when the xowiki page is viewed
# this is not..."
(file "/var/www/dev-lrn/packages/xowiki/tcl/xowiki-www-procs.tcl" line 10)
invoked from within
"source $__file "

And the other one:

Error: Error sourcing /var/www/dev-lrn/packages/xowiki/tcl/xowiki-procs.tcl:
during '::xotcl::__#3 contains'
::xotcl::__#3 ::xotcl::Object->configure
::xo::OrderedComposite ::xotcl::Class->create
::xo::OrderedComposite ::xotcl::Class->new
invoked from within
"::xo::OrderedComposite new -contains [my cr_attributes]"
(procedure "init" line 8)
::xowiki::Page ::Generic::CrClass->init
::Generic::CrClass ::xotcl::Class->create
invoked from within
"::Generic::CrClass create Page -superclass ::Generic::CrItem -pretty_name "XoWiki Page" -pretty_plural "XoWiki Pages" -table_name "xowiki_page" -id_..."
(in namespace eval "::xowiki" script line 6)
invoked from within
"namespace eval ::xowiki {

#
# create classes for different kind of pages
#
::Generic::CrClass create Page -superclass ::Generic::CrItem \
..."
(file "/var/www/dev-lrn/packages/xowiki/tcl/xowiki-procs.tcl" line 9)
invoked from within
"source $__file "

Collapse
Posted by Eduardo Santos on
Forget about the errors above. I found your post:

https://openacs.org/forums/message-view?message_id=546200