Changes between Initial Version and Version 1 of Ticket #7472


Ignore:
Timestamp:
Aug 11, 2010, 2:36:16 AM (14 years ago)
Author:
osimons
Comment:

Sorry, but I'm not able to recreate this error. An error that seems very strange, as the trac-admin ... permission add should not be calling create_custom_field() in a plugin. The Trac version seems old, and perhaps it is patched or otherwise changed? I would never expect the Trac code to call code in the plugin - which seems to be what is going on in the middle of your traceback:

File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/admin/api.py", line 36, in ?
    mycfcomp.update_custom_field(myenv, mycfdict, create=True)

Perhaps you can look at that particular file, and compare its content with with the released version: trac:browser:tags

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7472 – Description

    initial v1  
    33We are getting serious error. please guide me to resolve te below issue. After i have installed the TracCustomfield admin module i am getting the below error message because if this message we are not able to view the admin panel using admin user name.
    44
    5 
     5{{{
    66#trac-admin /srv/webtracker/xeragotrac/citi permission add admin2 TRAC_ADMIN
    77Traceback (most recent call last):
     
    2323    env.config.set('ticket-custom', customfield['name'] + '.options', '|'.join(customfield['options']))
    2424TypeError: sequence expected, NoneType found
    25 
     25}}}
    2626
    2727BalajiV