#5687 closed defect (fixed)
AttributeError when create new ticket
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | devel |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Trac detected an internal error:
AttributeError: 'NoneType' object has no attribute 'split'
This happens to newly created 0.11 trac project and one of projects that I upgraded from 0.10.3
Environement:
- Windows Server 2003
- Apache 2.2.4
- SVN 1.4.4
- Python 2.5.1
- SetupTools 0.6c6
- Genshi 0.4.2
- Pygments 0.8.1
- PySqlite 2.3.4
- mod_python-3.3.1
- svn-python-1.4.4
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
follow-up: 4 comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Woops, forgot to test that as anonymous…
eli, when will the testing branch be ready for Windows? ;-)
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r5823, thanks for the report!
comment:4 by , 17 years ago
Replying to cboos:
Woops, forgot to test that as anonymous…
eli, when will the testing branch be ready for Windows? ;-)
Heh. It didn't catch this; it's doing almost everything as admin.
And… hang out in IRC more where you can tell me what's broken. ;)
important finding: If I logged in as TRAC_ADMIN, then I don't get this error, and the create ticket page works fine.