URL: http://code.sourceforge.net/p/forge/documentation/ForgeWiki/?version=7
Module forgewiki.wiki_main:420 in index
<< c.subscribe_form = W.page_subscribe_form
page = self.get_version(version)
if 'all' not in page.viewable_by and c.user.username not in page.viewable_by:
raise exc.HTTPForbidden(detail="You may not view this page.")
if page is None:
>> if 'all' not in page.viewable_by and c.user.username not in page.viewable_by:
AttributeError: 'NoneType' object has no attribute'viewable_by'
Originally by: n_oostendorp