Description
MoinMoin/script/moin.py index build --mode=add
shows an error
result.append(fmt.rawHTML('<form action="%s/%s" method="GET">' % (self.request.getScriptname(), wikiutil.quoteWikinameURL(self.request.page.page_name)))) AttributeError: 'NoneType' object has no attribute 'page_name'
This error occures at the first time I tried to build the index. I used the mode "rebuild" and "add" afterwards without this failure.
Steps to reproduce
- do this...
Example
Component selection
changeset: 2494:11e20c641ade has corrected the action var.
- general
Details
MoinMoin Version |
1.6 2496:9336f3e4c328 |
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Discussion
Bug misses details. Same command works for me. -- ThomasWaldmann 2008-01-11 20:08:10
It occures always if you have cleaned the cache before building the index -- ReimarBauer 2008-01-11 22:25:16
Same error here. It seems some pages are not in the index after this problem... Always crash in DataBrowserWidget.format (MoinMoin/widget/browser.py) -- ThomasNoƫl 2008-02-23 00:22:11
And here : http://www.docunext.com/wiki/MoinMoin_with_Xapian
Plan
- Priority:
- Assigned to:
Status: fixed by http://hg.moinmo.in/moin/1.6/rev/93c7f64e2472 and http://hg.moinmo.in/moin/1.7/rev/d0284f4f3ec2