Edgewall Software

Changes between Version 11 and Version 12 of TracOnFedoraCoreThree


Ignore:
Timestamp:
Aug 2, 2005, 3:29:24 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCoreThree

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