Registration Page

Registration Page


Hello,
Just a quick note that I am trying to register with the dev site of
jQuery, but the registration page is non-existent reporting:
==== How to Reproduce ====
While doing a GET operation on `/register`, Trac issued an internal
error.
==== System Information ====
|| '''Trac''' || `0.11dev-r5354` ||
|| '''Python''' || `2.3.4 (#1, Oct 11 2006, 06:18:43) ` [[br]] `[GCC
3.4.6 20060404 (Red Hat 3.4.6-3)]` ||
|| '''setuptools''' || `0.6c5` ||
|| '''MySQL''' || `server: "5.0.27-log", client: "5.0.27", thread-
safe: 0` ||
|| '''MySQLdb''' || `1.2.2` ||
|| '''Genshi''' || `0.4` ||
|| '''Subversion''' || `1.4.3 (r23084)` ||
==== Python Traceback ====
{{{
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/
trac/web/main.py", line 429, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/
trac/web/main.py", line 231, in dispatch
content_type)
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/
trac/web/chrome.py", line 563, in render_template
template = self.load_template(filename, method=method)
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/
trac/web/chrome.py", line 547, in load_template
return self.templates.load(filename, cls=cls)
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/
template/loader.py", line 162, in load
File "/usr/lib/python2.3/posixpath.py", line 146, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/tmp/python-eggs/
TracAccountManager-0.2dev_r2171-py2.3.egg-tmp/acct_mgr/templates/
register.html'
}}}
As of Jan 26 - 9:15