--> -->

AttributeError

'RequestModPy' object has no attribute 'if_modified_since'

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /usr/lib/python2.3/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)

    1. 1112 from MoinMoin.wikiaction import getHandler
    2. 1113 handler = getHandler(self, action)
    3. 1114 handler(self.page.page_name, self)
    4. 1115
    5. 1116 # generate page footer (actions that do not want this footer use
    • handler = <function execute>
    • self = <MoinMoin.request.RequestModPy object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'RecentChanges'
  2. /usr/lib/python2.3/site-packages/MoinMoin/action/rss_rc.py in execute (pagename=u'RecentChanges', request=<MoinMoin.request.RequestModPy object>)

    1. 79 # for 304, we look at if-modified-since and if-none-match headers,
    2. 80 # one of them must match and the other is either not there or must match.
    3. 81 if request.if_modified_since == timestamp:
    4. 82 if request.if_none_match:
    5. 83 if request.if_none_match == etag:
    • request = <MoinMoin.request.RequestModPy object>
    • request.if_modified_since undefined
    • timestamp = 'Tue, 26 Sep 2006 18:53:21 GMT'

AttributeError

'RequestModPy' object has no attribute 'if_modified_since'

  • args = ("'RequestModPy' object has no attribute 'if_modified_since'",)

System Details