Attachment 'backtrace.html'

Download

--> -->

AttributeError

User instance has no attribute 'css_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.

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

    1. 1127 pass
    2. 1128 except Exception, err:
    3. 1129 self.fail(err)
    4. 1130
    5. 1131 return self.finish()
    • self = <MoinMoin.request.RequestCGI object>
    • self.fail = <bound method RequestCGI.fail of <MoinMoin.request.RequestCGI object>>
    • err = <exceptions.AttributeError instance>
  2. /usr/lib/python2.3/site-packages/MoinMoin/wikiaction.py in do_userform (pagename=u'BenutzerEinstellungen', request=<MoinMoin.request.RequestCGI object>)

    1. 727 from MoinMoin import userform
    2. 728 savemsg = userform.savedata(request)
    3. 729 Page(request, pagename).send_page(request, msg=savemsg)
    4. 730
    5. 731 def do_bookmark(pagename, request):
    • global Page = <class MoinMoin.Page.Page>
    • request = <MoinMoin.request.RequestCGI object>
    • pagename = u'BenutzerEinstellungen'
    • ).send_page undefined
    • msg undefined
    • savemsg = None
  3. /usr/lib/python2.3/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={})

    1. 1176 pagename=self.page_name, print_mode=print_mode,
    2. 1177 media=media, pi_refresh=pi_refresh,
    3. 1178 allow_doubleclick=1, trail=trail,
    4. 1179 )
    5. 1180
    • allow_doubleclick undefined
    • trail = [u'OopDocbookWiki:BenutzerEinstellungen']
  4. /usr/lib/python2.3/site-packages/MoinMoin/wikiutil.py in send_title (request=<MoinMoin.request.RequestCGI object>, text=u'BenutzerEinstellungen', **keywords={'allow_doubleclick': 1, 'link': '/moin/BenutzerEinstellungen?action=fullsearch&am...kto%3A%22BenutzerEinstellungen%22&amp;context=180', 'media': 'screen', 'msg': '', 'page': <MoinMoin.Page.Page instance>, 'pagename': u'BenutzerEinstellungen', 'pi_refresh': None, 'print_mode': False, 'trail': [u'OopDocbookWiki:BenutzerEinstellungen']})

    1. 1209 output = []
    2. 1210 # later: <html xmlns=\"http://www.w3.org/1999/xhtml\">
    3. 1211 output.append("""<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    4. 1212 <html>
    5. 1213 <head>
    • output = []
    • output.append = <built-in method append of list object>
    • ''.join undefined
    • user_head = ['', '<meta http-equiv="Content-Type" content="text/html;charset=utf-8">\n', '<meta name="robots" content="noindex,nofollow">\n']
    • request = <MoinMoin.request.RequestCGI object>
    • request.theme = <wikiconfig.plugin.theme.oopdocbook.Theme instance>
    • request.theme.html_head = <bound method Theme.html_head of <wikiconfig.plugin.theme.oopdocbook.Theme instance>>
    • page = <MoinMoin.Page.Page instance>
    • global escape = <function escape>
    • text = u'BenutzerEinstellungen'
    • request.cfg = <wikiconfig.Config instance>
    • request.cfg.html_pagetitle = None
    • request.cfg.sitename = u'OopDocbookWiki'
    • keywords = {'allow_doubleclick': 1, 'link': '/moin/BenutzerEinstellungen?action=fullsearch&am...kto%3A%22BenutzerEinstellungen%22&amp;context=180', 'media': 'screen', 'msg': '', 'page': <MoinMoin.Page.Page instance>, 'pagename': u'BenutzerEinstellungen', 'pi_refresh': None, 'print_mode': False, 'trail': [u'OopDocbookWiki:BenutzerEinstellungen']}
    • keywords.get = <built-in method get of dict object>
    • builtin False = False
  5. /usr/lib/python2.3/site-packages/MoinMoin/theme/__init__.py in html_head (self=<wikiconfig.plugin.theme.oopdocbook.Theme instance>, d={'media': 'screen', 'page': <MoinMoin.Page.Page instance>, 'print_mode': False, 'sitename': u'OopDocbookWiki', 'title': u'BenutzerEinstellungen'})

    1. 841 @return: html head
    2. 842 """
    3. 843 html = [
    4. 844 u'<title>%(title)s - %(sitename)s</title>' % d,
    5. 845 self.externalScript('common'),
    • html undefined
    • d = {'media': 'screen', 'page': <MoinMoin.Page.Page instance>, 'print_mode': False, 'sitename': u'OopDocbookWiki', 'title': u'BenutzerEinstellungen'}
    • self = <wikiconfig.plugin.theme.oopdocbook.Theme instance>
    • self.externalScript = <bound method Theme.externalScript of <wikiconfig.plugin.theme.oopdocbook.Theme instance>>
    • self.headscript = <bound method Theme.headscript of <wikiconfig.plugin.theme.oopdocbook.Theme instance>>
    • self.guiEditorScript = <bound method Theme.guiEditorScript of <wikiconfig.plugin.theme.oopdocbook.Theme instance>>
    • self.html_stylesheets = <bound method Theme.html_stylesheets of <wikiconfig.plugin.theme.oopdocbook.Theme instance>>
    • self.rsslink = <bound method Theme.rsslink of <wikiconfig.plugin.theme.oopdocbook.Theme instance>>
  6. /usr/lib/python2.3/site-packages/MoinMoin/theme/__init__.py in html_stylesheets (self=<wikiconfig.plugin.theme.oopdocbook.Theme instance>, d={'media': 'screen', 'page': <MoinMoin.Page.Page instance>, 'print_mode': False, 'sitename': u'OopDocbookWiki', 'title': u'BenutzerEinstellungen'})

    1. 558 else:
    2. 559 stylesheets = self.stylesheets
    3. 560 usercss = self.request.user.valid and self.request.user.css_url
    4. 561
    5. 562 # Create stylesheets links
    • usercss undefined
    • self = <wikiconfig.plugin.theme.oopdocbook.Theme instance>
    • self.request = <MoinMoin.request.RequestCGI object>
    • self.request.user = <MoinMoin.user.User at 0x4062536c name:u'ThomasWaldmann' id:1146993967.71.33563 valid:1>
    • self.request.user.valid = 1
    • self.request.user.css_url undefined

AttributeError

User instance has no attribute 'css_url'

  • args = ("User instance has no attribute 'css_url'",)

System Details

  • Date: Sun, 07 May 2006 09:26:49 +0000
  • Platform: Linux cartan.cas.suffolk.edu 2.4.22-36mdkenterprise #1 SMP Sat Jul 3 14:44:10 MDT 2004 i686
  • Python: Python 2.3 (/usr/bin/python)
  • MoinMoin: Release 1.5.2 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-05-07 09:30:03, 12.3 KB) [[attachment:backtrace.html]]
  • [get | view] (2006-06-02 15:04:03, 6.0 KB) [[attachment:wikiconfig2.py]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.