Hallo

ich arbeite mit dem Theme "RD-Business". Seiten kann ich anlegen, aber der Inhaltsmanager zeigt mir diese nicht an, ich kann sie also nicht aufrufen und bearbeiten.
Ist das ein Spaw-Problem? Meine config.php im spaw-Ordner sieht so aus:
// semi-automatic path calculation
// comment the above settings of DOCUMENT_ROOT, SPAW_ROOT and SPAW_DIR
// and use this block if the above fails.
// set SPAW_DIR manually. If you access demo page by
http://domain.com/spaw/demo/demo.php// then set SPAW_DIR to /spaw/
SpawConfig::setStaticConfigItem('SPAW_DIR', '/spaw/');
// and the following settings will be calculated automaticly
SpawConfig::setStaticConfigItem('SPAW_ROOT', str_replace("\\","/",realpath(dirname(__FILE__)."/..").'/'));
SpawConfig::setStaticConfigItem('DOCUMENT_ROOT', substr(SpawConfig::getStaticConfigValue('SPAW_ROOT'),0,strlen(SpawConfig::getStaticConfigValue('SPAW_ROOT'))-strlen(SpawConfig::getStaticConfigValue('SPAW_DIR'))));
/*
// under IIS you will probably need to setup the above paths manually. it would be something like this
SpawConfig::setStaticConfigItem('DOCUMENT_ROOT', 'c:/inetpub/wwwroot/');
SpawConfig::setStaticConfigItem('SPAW_ROOT', 'c:/inetpub/wwwroot/spaw/');
SpawConfig::setStaticConfigItem('SPAW_DIR', '/spaw/');
*/
Hat jemand ein Idee? Vielen Dank...
LG Maungerl