Opened 17 years ago
Closed 17 years ago
#2011 closed defect (worksforme)
error when using tracforge
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | TracForgePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
when i try to add a project i get this
Oops… Trac detected an internal error:
If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
TracGuide — The Trac User and Administration Guide Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r5911-py2.3.egg/webadmin/web_ui.py", line 119, in process_request
path_info)
File "/usr/lib/python2.3/site-packages/TracForge-1.1-py2.3.egg/tracforge/admin/admin.py", line 38, in process_admin_request
proto.apply(req, proj)
File "/usr/lib/python2.3/site-packages/TracForge-1.1-py2.3.egg/tracforge/admin/model.py", line 282, in apply
(proj.name, action, args, rv, o_data, e_data))
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/var/tmp/python-sqlite-rootusr/lib/python2.3/site-packages/sqlite/main.py", line 255, in execute
DatabaseError: no such column: False
any idea what happens?
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You cannot use any steps other than DoNothing, so make sure that is all you are using.
i found my error sorry i had to add permissions