I have installed:
trac-0.11.5
apache -2.2.13
python - 2.5.4
mod-python-3.3.1
svn 1.6.6
I have got 'trac.log' log file with debug log option.
find the error log, but, i don't understand.
===> Trac.log <======
....
....
2009-10-29 23:54:43,548 Trac[env] ERROR: Exception caught while
checking for upgrade:
Traceback (most recent call last):
File "/opt/lib/python2.5/site-packages/trac/env.py", line 588, in
open_environment
needs_upgrade = env.needs_upgrade()
File "/opt/lib/python2.5/site-packages/trac/env.py", line 429, in
needs_upgrade
if participant.environment_needs_upgrade(db):
File "/opt/lib/python2.5/site-packages/trac/env.py", line 500, in
environment_needs_upgrade
if db.db_needs_upgrade():
File "/opt/lib/python2.5/site-packages/trac/db/util.py", line 93, in
__getattr__
return getattr(self.cnx, name)
File "/opt/lib/python2.5/site-packages/trac/db/util.py", line 93, in
__getattr__
return getattr(self.cnx, name)
AttributeError: 'str' object has no attribute 'db_needs_upgrade'
2009-10-29 23:54:43,549 Trac[env] WARNING: base_url option not set in
configuration, generated links may be incorrect
2009-10-29 23:54:43,550 Trac[main] DEBUG: Dispatching <Request "GET
u''">
2009-10-29 23:54:43,754 Trac[svn_fs] DEBUG: Subversion bindings
imported
What's problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---