Opened 17 years ago
Closed 17 years ago
#5396 closed defect (invalid)
trac-admin fails on new trac upgrade
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.10.4 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm trying to upgrade my trac 0.10.2 to 0.10.4.
I followed the instructions on the wiki for the upgrade.
I untarred the ball into /usr/lib/python/site-packages/trac I ran %python setup.py install Then when attempting to run trac admin: %trac-admin /home/trac upgrade
I get the following error: Command Failed: 'NoneType' object has no attribute 'split'
Same thing happens when I try to run initenv with trac-admin
I'm running fedora core 4.
Attachments (0)
Change History (9)
comment:1 by , 17 years ago
Keywords: | needinfo added |
---|
follow-up: 5 comment:4 by , 17 years ago
Global?
When I do a locate I can only find one trac.ini file in the project environment.
comment:5 by , 17 years ago
follow-up: 8 comment:7 by , 17 years ago
I have the same problem upgrading form 0.9.2 to 0.10.4 I only have a local trac.ini I even tried to insert a small trac.ini in /usr/share/trac/conf/ with database = sqlite:db/trac.db but this also did not help How can I keep my environment and still get the upgrade working?
comment:8 by , 17 years ago
Replying to anonymous: Solved it!
My problem was, that I untared trac in the directory usr/lib/python/site-packages/trac so that the trac-admin was probably confused by having the source files .py next to the compiled .pyc No everything works fine for me!
comment:9 by , 17 years ago
Keywords: | needinfo removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
As far as I can see, this was not a Trac issue - but instead a setup issue that has since been resolved.
Closing.
It looks like some kind of duplicate of #3878.
What is your DB connection string?