AgaviConfigurationException
Hallo,
ich habe NagiosgrapherV2 installiert (war ja ziemlich einfach) und erhalte beim Aufruf der Webseite dann folgenden Fehler:
The XSL extension for PHP is used by Agavi for performing transformations in the configuration system; this may be disabled by setting
AgaviConfig::set('core.skip_config_transformations', true);
before calling
Agavi::bootstrap();
in index.php (app/config.php is not the right place for this).
As a result, you *will* have to use the latest configuration file formats and namespaces as backwards compatibility is implemented through XSLT. Also, certain additional configuration file validations implemented via Schematron will not be performed.
Stacktrace:
1. t exception origin
in core.agavi_dir/config/AgaviConfigCache.class.php line 408
2. at AgaviConfigCache::loadConfigHandlers()
in core.agavi_dir/config/AgaviConfigCache.class.php line 102
3. at AgaviConfigCache::setupHandlers()
in core.agavi_dir/config/AgaviConfigCache.class.php line 80
4. at AgaviConfigCache::callHandler('/usr/local/NETWAYSGrapher … t/app/config/settings.xml', '/usr/local/NETWAYSGrapher … t/app/config/settings.xml', '/usr/local/NETWAYSGrapher … bbad724eaa627c9cc1af1.php', NULL)
in core.agavi_dir/config/AgaviConfigCache.class.php line 243
5. at AgaviConfigCache::checkConfig('/usr/local/NETWAYSGrapher … t/app/config/settings.xml', NULL)
in core.agavi_dir/config/AgaviConfigCache.class.php line 339
6. at AgaviConfigCache::load('/usr/local/NETWAYSGrapher … t/app/config/settings.xml')
in core.agavi_dir/core/Agavi.class.php line 146
7. at Agavi::bootstrap('development')
in _/usr/local/NETWAYSGrapher/appkit/pub/index.php line 18
Kann mir irgendjemand hierbei helfen?
Vielen Dank im voraus,
Thomas Kube