Ticket #4084 (closed defect: duplicate)
TracError: Missing or invalid form token. Do you have cookies enabled?
| Reported by: | anj | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by mgood) (diff)
How to Reproduce
While doing a POST operation on /admin, Trac issued an internal error.
{'cat_id': None,
'description': u'My example project',
'name': u'Arb-Silva',
'page_id': None,
'path_info': None,
'url': u'http://mamba/trac/arb-silva/admin'}
System Information
| Python | 2.4.3 (#2, Oct 6 2006, 08:04:11) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] |
| SQLite | 2.8.17 |
| pysqlite | 1.0.1 |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 405, in dispatch_request
del req.chrome
AttributeError: chrome
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


