Opened 18 years ago
Closed 17 years ago
#6166 closed defect (wontfix)
Can't create a new Trac environment
| Reported by: | Cho | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | admin/console | Version: | 0.10 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Creating and Initializing Project
Failed to create environment. no such table: permission
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/scripts/admin.py", line 613, in do_initenv
options=options)
File "/usr/lib/python2.4/site-packages/trac/env.py", line 151, in __init__
setup_participant.environment_created()
File "/usr/lib/python2.4/site-packages/trac/env.py", line 392, in environment_created
vals)
File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 57, in executemany
return self.cursor.executemany(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 277, in executemany
self.execute(query, _i)
File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 255, in execute
self.rs = self.con.db.execute(SQL % parms)
DatabaseError: no such table: permission
Failed to initialize environment. 1
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/scripts/admin.py", line 617, in do_initenv
sys.exit(1)
SystemExit: 1
Attachments (0)
Change History (9)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | needinfo added |
comment:4 by , 18 years ago
Cho, there is a drop-down list in every Trac ticket which is dedicated to set the version, please use it.
follow-up: 6 comment:5 by , 18 years ago
I'm Sorry,I don't understand you said.Can you say it clearly?Thank you very much!
comment:6 by , 18 years ago
| Version: | → 0.10 |
|---|
Replying to Cho:
I'm Sorry,I don't understand you said.Can you say it clearly?Thank you very much!
Every Trac ticket contains a drop-down list box named "Version:", whose purpose is to define the version of Trac you're using when you report a bug.
In other words, when you report a bug you need to change the value in this drop-down list to the proper Trac version rather than writing the version number in the ticket description or in a comment field.
I've updated the version field of this ticket to 0.10
comment:8 by , 18 years ago
comment:10 by , 17 years ago
| Keywords: | needinfo removed |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |



And which version is this?