Changes between Initial Version and Version 1 of Ticket #4147
- Timestamp:
- Nov 13, 2006, 9:55:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4147 – Description
initial v1 2 2 3 3 Apache Configuration is 4 4 {{{ 5 5 <Location /trac> 6 6 SetEnv TRAC_ENV_PARENT_DIR "d:/trac" … … 17 17 Require valid-user 18 18 </LocationMatch> 19 19 }}} 20 20 There are two project environments. The one project environment is accessed properly and with no problems. The second one generates the following error: 21 21 22 22 Python Traceback 23 23 {{{ 24 24 Traceback (most recent call last): 25 25 File "D:\dev\Python23\lib\site-packages\trac\web\main.py", line 356, in dispatch_request … … 32 32 assert req.remote_user, 'Authentication information not available.' 33 33 AssertionError: Authentication information not available. 34 34 }}} 35 35 36 36 The main difference is that the first project environment is a 0.9.0 environment migrated to 0.10, while the other one is new.