Modify

Opened 12 years ago

Closed 12 years ago

#10429 closed defect (duplicate)

Error of Macro UserProfilesList

Reported by: gmk@… Owned by: Ryan J Ollos
Priority: normal Component: UserManagerPlugin
Severity: major Keywords:
Cc: Trac Release: 1.0

Description (last modified by Ryan J Ollos)

This error raises with english language. With german (tryed also with some other) the macro works well.

Trac[formatter] ERROR: Macro UserProfilesList(public_active=Yes) failed:
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/wiki/formatter.py", line 765, in _macro_formatter
    return macro.ensure_inline(macro.process(args))
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/wiki/formatter.py", line 356, in process
    text = self.processor(text)
  File "/usr/local/lib/python2.6/dist-packages/Trac-1.0-py2.6.egg/trac/wiki/formatter.py", line 343, in _macro_processor
    text)
  File "/usr/local/lib/python2.6/dist-packages/TracUserManagerPlugin-0.4-py2.6.egg/tracusermanager/profile/macros.py", line 89, in expand_macro
    data['cells'] = list(self._get_cells(req, data['user_profiles']))
  File "/usr/local/lib/python2.6/dist-packages/TracUserManagerPlugin-0.4-py2.6.egg/tracusermanager/profile/macros.py", line 112, in _get_cells
    cell = Chrome.format_author(req, cell)
TypeError: unbound method format_author() must be called with Chrome instance as first argument (got RequestWithSession instance instead)

Attachments (0)

Change History (3)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 12 years ago by Ryan J Ollos

Owner: changed from Catalin BALAN to Ryan J Ollos

Duplicate of #9553.

comment:3 Changed 12 years ago by Ryan J Ollos

Resolution: duplicate
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.