30-Jan-2012

More on the wiki
The main issue found yesterday was in a commandfile that is started by the server – it refers to an object or method that does no longer exist. So chances were there would be a new version with the new Pthon version.
And so there was: a template is supplied! So I copied the file to the location the wiki maps to and where the file is expected to reside.
Now it takes a while to show a next error:

ERROR 502 - External agent did not respond (or not acceptably)

Traceback (most recent call last):
File "/moin_root/MoinMoin/wsgiapp.py", line 284, in __call__
response = run(context)
File "/moin_root/MoinMoin/wsgiapp.py", line 88, in run
response = dispatch(request, context, action_name)
File "/moin_root/MoinMoin/wsgiapp.py", line 138, in dispatch
response = handle_action(context, pagename, action_name)
File "/moin_root/MoinMoin/wsgiapp.py", line 197, in handle_action
handler(context.page.page_name, context)
File "/moin_root/MoinMoin/action/__init__.py", line 268, in do_show
content_only=content_only,
File "/moin_root/MoinMoin/Page.py", line 1198, in send_page
start_line=pi['lines'])
File "/moin_root/MoinMoin/Page.py", line 1292, in send_page_content
self.execute(request, parser, code)
File "/moin_root/MoinMoin/Page.py", line 1323, in execute
exec code
File "StartingPage", line 2, in
TypeError: 'dict' object is not callable

This is something else – inside the wiki code, as it seems.

It could have been a matter of the RunTimeEnvironment – so I got the latest from the WASD site, built and installed it. But it doesn’t make a difference. And according the message there is something within the wiki code or one of the pages…..

For a change, the WATCH output is of little help, it just shows the right mapping and the error as shown. ime to ask the WASD list….

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.