--> -->

ConfigurationError

data_dir "/srv/www/sites/wf/stux/data" does not exists, or has incorrect ownership or permissions.

Make sure the directory and the subdirectory pages are owned by the web server and are readable, writable and executable by the web server user and group.

It is recommended to use absolute paths and not relative paths. Check also the spelling of the directory name.

Error in your configuration file "/usr/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py" around line 168.

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.

  1. /usr/lib/python2.4/site-packages/MoinMoin/request/request_cgi.py in __init__ (self=<MoinMoin.request.request_cgi.Request object>, properties={})

    1. 24
    2. 25 self._setup_vars_from_std_env(os.environ)
    3. 26 RequestBase.__init__(self, properties)
    4. 27
    5. 28 except Exception, err:
    • global RequestBase = <class 'MoinMoin.request.RequestBase'>
    • RequestBase.__init__ = <unbound method RequestBase.__init__>
    • self = <MoinMoin.request.request_cgi.Request object>
    • properties = {}
  2. /usr/lib/python2.4/site-packages/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.request_cgi.Request object>, properties={})

    1. 214 self.__dict__.update(properties)
    2. 215 try:
    3. 216 self._load_multi_cfg()
    4. 217 except error.NoConfigMatchedError:
    5. 218 self.makeForbidden(404, 'No wiki configuration matching the URL found!\r\n')
    • self = <MoinMoin.request.request_cgi.Request object>
    • self._load_multi_cfg = <bound method Request._load_multi_cfg of <MoinMoin.request.request_cgi.Request object>>
  3. /usr/lib/python2.4/site-packages/MoinMoin/request/__init__.py in _load_multi_cfg (self=<MoinMoin.request.request_cgi.Request object>)

    1. 379 if not hasattr(self, 'cfg'):
    2. 380 self.clock.start('load_multi_cfg')
    3. 381 self.cfg = multiconfig.getConfig(self.url)
    4. 382 self.clock.stop('load_multi_cfg')
    5. 383
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.cfg undefined
    • global multiconfig = <module 'MoinMoin.config.multiconfig' from '/usr...4/site-packages/MoinMoin/config/multiconfig.pyc'>
    • multiconfig.getConfig = <function getConfig>
    • self.url = 'stux.wikiinfo.org/'
  4. /usr/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py in getConfig (url='stux.wikiinfo.org/')

    1. 168 cfg = _config_cache[cfgName]
    2. 169 except KeyError:
    3. 170 cfg = _makeConfig(cfgName)
    4. 171 cfg = _config_cache.setdefault(cfgName, cfg)
    5. 172 return cfg
    • cfg undefined
    • global _makeConfig = <function _makeConfig>
    • cfgName = 'SecondTux'
  5. /usr/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py in _makeConfig (name='SecondTux')

    1. 104 module, mtime = _importConfigModule(name)
    2. 105 configClass = getattr(module, 'Config')
    3. 106 cfg = configClass(name)
    4. 107 cfg.cfg_mtime = max(mtime, _farmconfig_mtime)
    5. 108 except ImportError, err:
    • cfg undefined
    • configClass = <class SecondTux.Config>
    • name = 'SecondTux'
  6. /usr/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py in __init__ (self=<SecondTux.Config instance>, siteid='SecondTux')

    1. 706 self.cache.ua_spiders = self.ua_spiders and re.compile(self.ua_spiders, re.I)
    2. 707
    3. 708 self._check_directories()
    4. 709
    5. 710 if not isinstance(self.superuser, list):
    • self = <SecondTux.Config instance>
    • self._check_directories = <bound method Config._check_directories of <SecondTux.Config instance>>
  7. /usr/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py in _check_directories (self=<SecondTux.Config instance>)

    1. 918 also the spelling of the directory name.
    2. 919 ''' % {'attr': attr, 'path': path, }
    3. 920 raise error.ConfigurationError(msg)
    4. 921
    5. 922 def _loadPluginModule(self):
    • global error = <module 'MoinMoin.error' from '/usr/lib/python2.4/site-packages/MoinMoin/error.pyc'>
    • error.ConfigurationError = <class MoinMoin.error.ConfigurationError>
    • msg = '\ndata_dir "/srv/www/sites/wf/stux/data" does not.... Check\nalso the spelling of the directory name.\n'

ConfigurationError

data_dir "/srv/www/sites/wf/stux/data" does not exists, or has incorrect ownership or permissions.

Make sure the directory and the subdirectory pages are owned by the web server and are readable, writable and executable by the web server user and group.

It is recommended to use absolute paths and not relative paths. Check also the spelling of the directory name.

  • exceptions = <bound method ConfigurationError.exceptions of <MoinMoin.error.ConfigurationError instance>>
  • innerException = (<class exceptions.KeyError>, <exceptions.KeyError instance>, <traceback object>)
  • message = '\ndata_dir "/srv/www/sites/wf/stux/data" does not.... Check\nalso the spelling of the directory name.\n'

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.

  1. /usr/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py in getConfig (url='stux.wikiinfo.org/')

    1. 166 cfgName = _getConfigName(url)
    2. 167 try:
    3. 168 cfg = _config_cache[cfgName]
    4. 169 except KeyError:
    5. 170 cfg = _makeConfig(cfgName)
    • cfg undefined
    • global _config_cache = {}
    • cfgName = 'SecondTux'

KeyError

'SecondTux'

  • args = ('SecondTux',)

System Details