Ticket #5687 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
AttributeError when create new ticket
| Reported by: | Kenneth Xu <kennethxu@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | ticket system | Version: | devel |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 5 years ago by Kenneth Xu <kennethxu@…>
comment:2 follow-up: ↓ 4 Changed 5 years ago by cboos
- Owner changed from jonas to cboos
- Status changed from new to assigned
Woops, forgot to test that as anonymous...
eli, when will the testing branch be ready for Windows? ;-)
comment:3 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in r5823, thanks for the report!
comment:4 in reply to: ↑ 2 Changed 5 years ago by ecarter
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.