| 1 | 18:02:10 Trac[loader] DEBUG: Loading plugin webadmin.logging from c:\volume2\singlecityimages\trac.db\plugins\tracwebadmin-0.1.1dev_r2765-py2.3.egg |
|---|
| 2 | 18:02:10 Trac[loader] DEBUG: Loading plugin webadmin.ticket from c:\volume2\singlecityimages\trac.db\plugins\tracwebadmin-0.1.1dev_r2765-py2.3.egg |
|---|
| 3 | 18:02:10 Trac[loader] DEBUG: Loading plugin webadmin.basics from c:\volume2\singlecityimages\trac.db\plugins\tracwebadmin-0.1.1dev_r2765-py2.3.egg |
|---|
| 4 | 18:02:10 Trac[loader] DEBUG: Loading plugin webadmin.perm from c:\volume2\singlecityimages\trac.db\plugins\tracwebadmin-0.1.1dev_r2765-py2.3.egg |
|---|
| 5 | 18:02:10 Trac[loader] DEBUG: Loading plugin webadmin.web_ui from c:\volume2\singlecityimages\trac.db\plugins\tracwebadmin-0.1.1dev_r2765-py2.3.egg |
|---|
| 6 | 18:02:10 Trac[loader] DEBUG: Loading plugin webadmin.plugin from c:\volume2\singlecityimages\trac.db\plugins\tracwebadmin-0.1.1dev_r2765-py2.3.egg |
|---|
| 7 | 18:02:10 Trac[loader] DEBUG: Loading plugin ticketdelete.web_ui from c:\volume2\singlecityimages\trac.db\plugins\zzticketdelete-0.1-py2.3.egg |
|---|
| 8 | 18:02:10 Trac[main] ERROR: WIKI_VIEW privileges are required to perform this operation |
|---|
| 9 | Traceback (most recent call last): |
|---|
| 10 | File "C:\Python23\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler |
|---|
| 11 | dispatch_request(mpr.path_info, mpr, env) |
|---|
| 12 | File "C:\Python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request |
|---|
| 13 | dispatcher.dispatch(req) |
|---|
| 14 | File "C:\Python23\lib\site-packages\trac\web\main.py", line 107, in dispatch |
|---|
| 15 | resp = chosen_handler.process_request(req) |
|---|
| 16 | File "C:\Python23\lib\site-packages\trac\wiki\web_ui.py", line 116, in process_request |
|---|
| 17 | self._render_view(req, db, page) |
|---|
| 18 | File "C:\Python23\lib\site-packages\trac\wiki\web_ui.py", line 346, in _render_view |
|---|
| 19 | req.perm.assert_permission('WIKI_VIEW') |
|---|
| 20 | File "C:\Python23\lib\site-packages\trac\perm.py", line 283, in assert_permission |
|---|
| 21 | raise PermissionError(action) |
|---|
| 22 | PermissionError: WIKI_VIEW privileges are required to perform this operation |
|---|
| 23 | 18:02:18 Trac[session] DEBUG: Promoting anonymous session 507ced8117cbed034e9eb863 to authenticated session for user larisa |
|---|
| 24 | 18:02:18 Trac[session] DEBUG: Promoting anonymous session None to authenticated session for user larisa |
|---|
| 25 | 18:02:18 Trac[api] DEBUG: Updating wiki page index |
|---|
| 26 | 18:02:18 Trac[session] DEBUG: Promoting anonymous session None to authenticated session for user larisa |
|---|
| 27 | 18:02:18 Trac[session] DEBUG: Promoting anonymous session None to authenticated session for user larisa |
|---|
| 28 | 18:02:21 Trac[session] DEBUG: Promoting anonymous session None to authenticated session for user larisa |
|---|
| 29 | 18:02:21 Trac[formatter] DEBUG: Executing Wiki macro Image by provider <trac.wiki.macros.ImageMacro object at 0x0663CF90> |
|---|
| 30 | 18:02:21 Trac[session] DEBUG: Promoting anonymous session None to authenticated session for user larisa |
|---|
| 31 | 18:02:21 Trac[main] ERROR: argument number 0: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0x06710C60>)' is received |
|---|
| 32 | Traceback (most recent call last): |
|---|
| 33 | File "C:\Python23\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler |
|---|
| 34 | dispatch_request(mpr.path_info, mpr, env) |
|---|
| 35 | File "C:\Python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request |
|---|
| 36 | dispatcher.dispatch(req) |
|---|
| 37 | File "C:\Python23\lib\site-packages\trac\web\main.py", line 107, in dispatch |
|---|
| 38 | resp = chosen_handler.process_request(req) |
|---|
| 39 | File "C:\Python23\lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 78, in process_request |
|---|
| 40 | repos = self.env.get_repository(req.authname) |
|---|
| 41 | File "C:\Python23\lib\site-packages\trac\env.py", line 155, in get_repository |
|---|
| 42 | from trac.versioncontrol.svn_fs import SubversionRepository |
|---|
| 43 | File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py", line 25, in ? |
|---|
| 44 | from svn import fs, repos, core, delta |
|---|
| 45 | File "C:\Python23\lib\site-packages\svn\fs.py", line 19, in ? |
|---|
| 46 | from libsvn.fs import * |
|---|
| 47 | File "C:\Python23\lib\site-packages\libsvn\fs.py", line 29, in ? |
|---|
| 48 | import core |
|---|
| 49 | File "C:\Python23\lib\site-packages\libsvn\core.py", line 3057, in ? |
|---|
| 50 | svn_pool_create() |
|---|
| 51 | File "C:\Python23\lib\site-packages\libsvn\core.py", line 1098, in svn_pool_create |
|---|
| 52 | return apply(_core.svn_pool_create, args) |
|---|
| 53 | TypeError: argument number 0: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0x06710C60>)' is received |
|---|