Edgewall Software

Changes between Version 8 and Version 9 of TracOnFedoraCoreThree


Ignore:
Timestamp:
Aug 2, 2005, 1:37:03 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCoreThree

    v8 v9  
    139139
    140140If all went well then this should be your first step into your Trac system.
     141
     142=== Error handling ===
     143
     144
     145
     146Oops...
     147
     148Trac detected an internal error:
     149
     150[Errno 2] No such file or directory: '/usr/share/trac/myproject.db/VERSION'
     151Traceback (most recent call last):
     152  File "/usr/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start
     153    real_cgi_start()
     154  File "/usr/lib/python2.3/site-packages/trac/core.py", line 513, in real_cgi_start
     155    env = open_environment()
     156  File "/usr/lib/python2.3/site-packages/trac/core.py", line 189, in open_environment
     157    env = Environment.Environment(env_path)
     158  File "/usr/lib/python2.3/site-packages/trac/Environment.py", line 57, in __init__
     159    self.verify()
     160  File "/usr/lib/python2.3/site-packages/trac/Environment.py", line 70, in verify
     161    fd = open(os.path.join(self.path, 'VERSION'), 'r')
     162IOError: [Errno 2] No such file or directory: '/usr/share/trac/myproject.db/VERSION'
     163
     164
     165If anyone encounters this error and fixes it please add solution here.