Hint: get email notification when this page changes, by clicking Subscribe.

[RSS]

--> -->
2008-05-11
[DIFF] 19:47 Info 67-115-117-9 [1,9]
198 [2-3,7]
host170-96-static [4]
82 [5]
segment-124-30 [6,10,12]
57 [8]
12-216-105-193 [11]
midcollege-01 [13]
82 [14]
#01 New comment by "Tjsrid Tjsridefs"
#02 New comment by "Rgexhl Rgexhlkjq"
#03 New comment by "Gsxove Gsxoveoiu"
#04 New comment by "Ltajem Ltajemrjm"
#05 New comment by "Blucjm Blucjmfxe"
#06 New comment by "Hmnhca Hmnhcarbd"
#07 New comment by "Boohaf Boohafnqp"
#08 New comment by "Mbgvlm Mbgvlmdtb"
#09 New comment by "Mxgpub Mxgpubnju"
#10 New comment by "Ebqsva Ebqsvaimg"
#11 New comment by "Npwpva Npwpvagwo"
#12 New comment by "Rniddu Rniddubqd"
#13 New comment by "Mtsrrn Mtsrrnkta"
#14 New comment by "Giavht Giavhtiui"
2008-04-22
[DIFF] 08:57 Info 195 [1-2] #01 New comment by "195"
#02 New comment by "195"
2008-04-14
[DIFF] 19:11 Info JeanFrançoisBoutin [1-24] #01 Upload of attachment 'Programme_final.pdf '.
#03 Upload of attachment 'Programme_final'.
#04 Upload of attachment 'logo.jpg'.
#05 Attachment 'logo.jpg' deleted.
#06 Attachment 'Programme_provisoir e.doc' deleted.
#07 Attachment 'Programme_final' deleted.
#08 Attachment 'ProgrammeProvisoire ' deleted.
#09 Attachment 'ProgrammeColloque18 avril2008' deleted.
#10 Attachment 'ProgrammeColloque' deleted.
#11 Attachment 'Programme-du-colloq ue' deleted.
#12 Attachment 'Programme' deleted.
#13 Attachment 'Programme final' deleted.
#14 Attachment 'Programme définitif' deleted.
#15 Upload of attachment 'Programme_final'.
#19 Upload of attachment 'Programme final et définitif'.
#21 Upload of attachment 'Programme définitif'.
#22 Upload of attachment 'Programme final'.
2008-04-02
[DIFF] 10:19 Info fw1 New comment by "mieghhcmxu"

ValueError

invalid literal for long(): "

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.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>)

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

    1. 466 else:
    2. 467 request.cacheable = 1
    3. 468 Page(request, pagename).send_page(request, count_hit=1)
    4. 469
    5. 470
    • global Page = <class MoinMoin.Page.Page>
    • request = <MoinMoin.request.RequestFastCGI object>
    • pagename = u'RecentChanges'
    • ).send_page undefined
    • count_hit undefined
  3. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, msg='', **keywords={'count_hit': 1})

    1. 1234 format_args=pi_formatargs,
    2. 1235 do_cache=do_cache,
    3. 1236 start_line=pi_lines)
    4. 1237
    5. 1238 # check for pending footnotes
    • start_line undefined
    • pi_lines = 7
  4. /usr/lib/python2.4/site-packages/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'\n||<tablestyle="width: 100%; background: #E6EAF0...his wiki.\nMore system information on SystemInfo.\n', format_args=u'', do_cache=1, **kw={'start_line': 7})

    1. 1317 try:
    2. 1318 code = self.loadCache(request)
    3. 1319 self.execute(request, parser, code)
    4. 1320 except 'CacheNeedsUpdate':
    5. 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 0xb6f0cf20, file "RecentChanges", line 2>
  5. /usr/lib/python2.4/site-packages/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 0xb6f0cf20, file "RecentChanges", line 2>)

    1. 1341 if hasattr(MoinMoin, '__loader__'):
    2. 1342 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    3. 1343 exec code
    4. 1344
    5. 1345 def loadCache(self, request):
    • code = <code object ? at 0xb6f0cf20, file "RecentChanges", line 2>
  6. /var/lib/apache2/fastcgi/RecentChanges in ?

  7. /usr/lib/python2.4/site-packages/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.wikimacro.Macro instance>, name=u'RecentChanges', args=None)

    1. 288 def macro(self, macro_obj, name, args):
    2. 289 # call the macro
    3. 290 return macro_obj.execute(name, args)
    4. 291
    5. 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'RecentChanges'
    • args = None
  8. /usr/lib/python2.4/site-packages/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance>, macro_name=u'RecentChanges', args=None)

    1. 118 else:
    2. 119 raise ImportError("Cannot load macro %s" % macro_name)
    3. 120 return execute(self, args)
    4. 121
    5. 122 def _m_lang(self, text):
    • execute = <function execute>
    • self = <MoinMoin.wikimacro.Macro instance>
    • args = None
  9. /usr/lib/python2.4/site-packages/MoinMoin/macro/RecentChanges.py in execute (macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={})

    1. 285 day_count = 0
    2. 286
    3. 287 for line in log.reverse():
    4. 288
    5. 289 if not request.user.may.read(line.pagename):
    • line = <MoinMoin.logfile.editlog.EditLogLine instance>
    • log = <MoinMoin.logfile.editlog.EditLog instance>
    • log.reverse = <bound method EditLog.reverse of <MoinMoin.logfile.editlog.EditLog instance>>
  10. /usr/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py in reverse (self=<MoinMoin.logfile.editlog.EditLog instance>)

    1. 97 while 1:
    2. 98 try:
    3. 99 result = self.previous()
    4. 100 except StopIteration:
    5. 101 return
    • result = <MoinMoin.logfile.editlog.EditLogLine instance>
    • self = <MoinMoin.logfile.editlog.EditLog instance>
    • self.previous = <bound method EditLog.previous of <MoinMoin.logfile.editlog.EditLog instance>>
  11. /usr/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py in previous (self=<MoinMoin.logfile.editlog.EditLog instance>)

    1. 292 while result == None:
    2. 293 while result == None:
    3. 294 result = self.__previous()
    4. 295 if self.filter and not self.filter(result):
    5. 296 result = None
    • result = None
    • self = <MoinMoin.logfile.editlog.EditLog instance>
    • self.__previous undefined
  12. /usr/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py in __previous (self=<MoinMoin.logfile.editlog.EditLog instance>)

    1. 282 def __previous(self):
    2. 283 if self.peek(-1): raise StopIteration
    3. 284 return self.parser(self.__buffer.lines[self.__rel_index])
    4. 285
    5. 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
  13. /usr/lib/python2.4/site-packages/MoinMoin/logfile/editlog.py in parser (self=<MoinMoin.logfile.editlog.EditLog instance>, line=u' "\n')

    1. 192 result.hostname = result.addr
    2. 193 result.pagename = wikiutil.unquoteWikiname(result.pagename.encode('ascii'))
    3. 194 result.ed_time_usecs = long(result.ed_time_usecs or '0') # has to be long for py 2.2.x
    4. 195 return result
    5. 196
    • result = <MoinMoin.logfile.editlog.EditLogLine instance>
    • result.ed_time_usecs = u'"'
    • builtin long = <type 'long'>

ValueError

invalid literal for long(): "

  • args = ('invalid literal for long(): "',)

System Details

  • Date: Mon, 12 May 2008 02:48:44 +0000
  • Platform: Linux web-0.levinux.org 2.6.17-2-vserver-686 #1 SMP Thu Aug 31 14:42:59 UTC 2006 i686
  • Python: Python 2.4.4c0 (/var/lib/apache2/fastcgi/)
  • MoinMoin: Release 1.5.4 (release)