Edgewall Software
Modify

Opened 17 years ago

Closed 16 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 Christian Boos)

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 Christian Boos, 17 years ago

Description: modified (diff)
Keywords: needinfo added

And which version is this?

comment:3 by cho, 17 years ago

0.10

comment:4 by Emmanuel Blot, 17 years ago

Cho, there is a drop-down list in every Trac ticket which is dedicated to set the version, please use it.

comment:5 by Cho, 17 years ago

I'm Sorry,I don't understand you said.Can you say it clearly?Thank you very much!

in reply to:  5 comment:6 by eblot@…, 17 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:7 by anonymous, 17 years ago

Well,I get it^_Thank you! The version is0.10.4.

in reply to:  7 comment:8 by Emmanuel Blot, 17 years ago

Replying to anonymous:

Well,I get it!^_^Thank you! The version is0.10.4.

Not quite sure: you left the old 0.10 version in the version field.

comment:9 by Jeroen Ruigrok van der Werven, 17 years ago

Is this still a problem or did you manage to create your Trac set up?

comment:10 by Christian Boos, 16 years ago

Keywords: needinfo removed
Resolution: wontfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.