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.

traceback.txt

Steps to reproduce

  1. do this...

Example

Component selection

changeset: 2494:11e20c641ade has corrected the action var.

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


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.6currBrowser (last edited 2008-05-01 20:56:49 by ThomasWaldmann)