Pages that were not edited since the beginning of history (literally); it's a listing of the oldest entries in the editlog.
--> -->
ValueError
invalid literal for long(): [url=http://ulkkkcsq.com/vdsn/ysdu.html]My homepage[/url] | [url=http://rjvpdspj.com/mdml/eiaz.html]Cool site[/url]"
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.
/var/lib/python-support/python2.4/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>)
- 1152 # Visit pagename
- 1153 self.page = Page(self, pagename)
- 1154 self.page.send_page(self, count_hit=1)
- 1155
- 1156 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestFastCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- count_hit undefined
/var/lib/python-support/python2.4/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, msg='', **keywords={'count_hit': 1})
- 1234 format_args=pi_formatargs,
- 1235 do_cache=do_cache,
- 1236 start_line=pi_lines)
- 1237
- 1238 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/var/lib/python-support/python2.4/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'Pages that were not edited since the beginning o...dest entries in the editlog.\n\n[[AbandonedPages]]\n', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1317 try:
- 1318 code = self.loadCache(request)
- 1319 self.execute(request, parser, code)
- 1320 except 'CacheNeedsUpdate':
- 1321 try:
- self = <MoinMoin.Page.Page instance>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestFastCGI object>
- parser = <MoinMoin.parser.wiki.Parser instance>
- code = <code object ? at 0x2aaaac9016c0, file "AbandonedPages", line 2>
/var/lib/python-support/python2.4/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object ? at 0x2aaaac9016c0, file "AbandonedPages", line 2>)
- 1341 if hasattr(MoinMoin, '__loader__'):
- 1342 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1343 exec code
- 1344
- 1345 def loadCache(self, request):
- code = <code object ? at 0x2aaaac9016c0, file "AbandonedPages", line 2>
/var/lib/apache2/fastcgi/AbandonedPages in ?
/var/lib/python-support/python2.4/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.wikimacro.Macro instance>, name=u'AbandonedPages', args=None)
- 288 def macro(self, macro_obj, name, args):
- 289 # call the macro
- 290 return macro_obj.execute(name, args)
- 291
- 292 def _get_bang_args(self, line):
- macro_obj = <MoinMoin.wikimacro.Macro instance>
- macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance>>
- name = u'AbandonedPages'
- args = None
/var/lib/python-support/python2.4/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance>, macro_name=u'AbandonedPages', args=None)
- 118 else:
- 119 raise ImportError("Cannot load macro %s" % macro_name)
- 120 return execute(self, args)
- 121
- 122 def _m_lang(self, text):
- execute = <function execute>
- self = <MoinMoin.wikimacro.Macro instance>
- args = None
/var/lib/python-support/python2.4/MoinMoin/macro/AbandonedPages.py in execute (macro=<MoinMoin.wikimacro.Macro instance>, args=None)
- 13 from MoinMoin.macro import RecentChanges
- 14
- 15 def execute(macro, args):
- 16 return RecentChanges.execute(macro, args, abandoned=1)
- 17
- global RecentChanges = <module 'MoinMoin.macro.RecentChanges' from '/va...port/python2.4/MoinMoin/macro/RecentChanges.pyc'>
- RecentChanges.execute = <function execute>
- macro = <MoinMoin.wikimacro.Macro instance>
- args = None
- abandoned undefined
/var/lib/python-support/python2.4/MoinMoin/macro/RecentChanges.py in execute (macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={'abandoned': 1})
- 222 # handle abandoned keyword
- 223 if kw.get('abandoned', 0):
- 224 print_abandoned(macro, args, **kw)
- 225 return ''
- 226
- global print_abandoned = <function print_abandoned>
- macro = <MoinMoin.wikimacro.Macro instance>
- args = None
- kw = {'abandoned': 1}
/var/lib/python-support/python2.4/MoinMoin/macro/RecentChanges.py in print_abandoned (macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={'abandoned': 1})
- 147 last_edits = []
- 148 for name in pages:
- 149 log = Page(request, name)._last_edited(request)
- 150 if log:
- 151 last_edits.append(log)
- log = <MoinMoin.logfile.editlog.EditLogLine instance>
- global Page = <class MoinMoin.Page.Page>
- request = <MoinMoin.request.RequestFastCGI object>
- name = u'LfdcFeedback'
- )._last_edited undefined
/var/lib/python-support/python2.4/MoinMoin/Page.py in _last_edited (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>)
- 396 logfile = editlog.EditLog(request, self.getPagePath('edit-log', check_create=0, isfile=1))
- 397 logfile.to_end()
- 398 log = logfile.previous()
- 399 except StopIteration:
- 400 log = None
- log undefined
- logfile = <MoinMoin.logfile.editlog.EditLog instance>
- logfile.previous = <bound method EditLog.previous of <MoinMoin.logfile.editlog.EditLog instance>>
/var/lib/python-support/python2.4/MoinMoin/logfile/logfile.py in previous (self=<MoinMoin.logfile.editlog.EditLog instance>)
- 292 while result == None:
- 293 while result == None:
- 294 result = self.__previous()
- 295 if self.filter and not self.filter(result):
- 296 result = None
- result = None
- self = <MoinMoin.logfile.editlog.EditLog instance>
- self.__previous undefined
/var/lib/python-support/python2.4/MoinMoin/logfile/logfile.py in __previous (self=<MoinMoin.logfile.editlog.EditLog instance>)
- 282 def __previous(self):
- 283 if self.peek(-1): raise StopIteration
- 284 return self.parser(self.__buffer.lines[self.__rel_index])
- 285
- 286 def previous(self):
- self = <MoinMoin.logfile.editlog.EditLog instance>
- self.parser = <bound method EditLog.parser of <MoinMoin.logfile.editlog.EditLog instance>>
- self.__buffer undefined
- self.__rel_index undefined
/var/lib/python-support/python2.4/MoinMoin/logfile/editlog.py in parser (self=<MoinMoin.logfile.editlog.EditLog instance>, line=u'[url=http://ulkkkcsq.com/vdsn/ysdu.html]My homep...p://rjvpdspj.com/mdml/eiaz.html]Cool site[/url]"\n')
- 190 result.hostname = result.addr
- 191 result.pagename = wikiutil.unquoteWikiname(result.pagename.encode('ascii'))
- 192 result.ed_time_usecs = long(result.ed_time_usecs or '0') # has to be long for py 2.2.x
- 193 return result
- 194
- result = <MoinMoin.logfile.editlog.EditLogLine instance>
- result.ed_time_usecs = u'[url=http://ulkkkcsq.com/vdsn/ysdu.html]My homep...tp://rjvpdspj.com/mdml/eiaz.html]Cool site[/url]"'
- builtin long = <type 'long'>
ValueError
invalid literal for long(): [url=http://ulkkkcsq.com/vdsn/ysdu.html]My homepage[/url] | [url=http://rjvpdspj.com/mdml/eiaz.html]Cool site[/url]"
- args = ('invalid literal for long(): [url=http://ulkkkcsq...tp://rjvpdspj.com/mdml/eiaz.html]Cool site[/url]"',)
System Details
- Date: Thu, 28 Aug 2008 12:08:03 +0000
- Platform: Linux levinux 2.6.18-6-vserver-amd64 #1 SMP Fri Jun 6 05:50:26 UTC 2008 x86_64
- Python: Python 2.4.4 (/var/lib/apache2/fastcgi/)
- MoinMoin: Release 1.5.3 (release)