IOError
[Errno 13] Permission denied: '/var/www/project.camptocamp.com/doc/underlay/pages/DesktopEdition(2f)HowToConfigure/cache/text_html'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/www/project.camptocamp.com/doc/moin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1110 from MoinMoin.wikiaction import getHandler
- 1111 handler = getHandler(self, action)
- 1112 handler(self.page.page_name, self)
- 1113
- 1114 # generate page footer (actions that do not want this footer use
- handler = <function do_show>
- self = <MoinMoin.request.RequestCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.page_name = u'DesktopEdition/HowToConfigure'
/var/www/project.camptocamp.com/doc/moin/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'DesktopEdition/HowToConfigure', request=<MoinMoin.request.RequestCGI object>)
- 466 else:
- 467 request.cacheable = 1
- 468 Page(request, pagename).send_page(request, count_hit=1)
- 469
- 470
- global Page = <class MoinMoin.Page.Page>
- request = <MoinMoin.request.RequestCGI object>
- pagename = u'DesktopEdition/HowToConfigure'
- ).send_page undefined
- count_hit undefined
/var/www/project.camptocamp.com/doc/moin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})
- 1234 format_args=pi_formatargs,
- 1235 do_cache=do_cache,
- 1236 start_line=pi_lines)
- 1237
- 1238 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/var/www/project.camptocamp.com/doc/moin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'The DesktopEdition can be configured similarly t...as got the name of your theme, of `wiki/htdocs`.\n', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1320 except 'CacheNeedsUpdate':
- 1321 try:
- 1322 code = self.makeCache(request, parser)
- 1323 self.execute(request, parser, code)
- 1324 except 'CacheNeedsUpdate':
- code undefined
- self = <MoinMoin.Page.Page instance>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestCGI object>
- parser = <MoinMoin.parser.wiki.Parser instance>
/var/www/project.camptocamp.com/doc/moin/lib/python2.4/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>)
- 1379 self.page_name.encode(config.charset), 'exec')
- 1380 cache = caching.CacheEntry(request, self, self.getFormatterName())
- 1381 cache.update(marshal.dumps(code))
- 1382 self.cache_mtime = cache.mtime()
- 1383 return code
- cache = <MoinMoin.caching.CacheEntry instance>
- cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance>>
- marshal = <module 'marshal' (built-in)>
- marshal.dumps = <built-in function dumps>
- code = <code object ? at 0xb792f120, file "DesktopEdition/HowToConfigure", line 2>
/var/www/project.camptocamp.com/doc/moin/lib/python2.4/site-packages/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\x00@\x00\x00\x00su\x03\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x01\r\x01=\x01\r\x01\x1f\x01\r\x01%\x01\r\x01=\x01\r\x01\x1f\x01\r\x01%\x01\r\x01=\x01\r\x01\x1f\x01\r\x01%\x01\r\x01%\x01\r\x01=\x01\r\x01\x1f\x01', encode=False)
- 90 if not locking or locking and self.wlock.acquire(1.0):
- 91 try:
- 92 f = open(self._filename(), 'wb')
- 93 f.write(content)
- 94 f.close()
- f undefined
- builtin open = <type 'file'>
- self = <MoinMoin.caching.CacheEntry instance>
- self._filename = <bound method CacheEntry._filename of <MoinMoin.caching.CacheEntry instance>>
IOError
[Errno 13] Permission denied: '/var/www/project.camptocamp.com/doc/underlay/pages/DesktopEdition(2f)HowToConfigure/cache/text_html'
- args = (13, 'Permission denied')
- errno = 13
- filename = '/var/www/project.camptocamp.com/doc/underlay/pages/DesktopEdition(2f)HowToConfigure/cache/text_html'
- strerror = 'Permission denied'
System Details
- Date: Wed, 07 Jan 2009 08:37:28 +0000
- Platform: Linux pomerape 2.6.18-12-fza-amd64 #1 SMP Sun May 18 09:57:08 UTC 2008 i686
- Python: Python 2.4.1 (/usr/bin/python2.4)
- MoinMoin: Release 1.5.4 (release)