Hallo zusammen,
habe seit kurzem die Version 0.1.10, 1.30.2.13/2008-02-02 installiert. Nun funktioniert der WYSIWYG-Editor weder im Block-Modul noch im Mitteilungs-Modul etc.
Ich habe keine Möglichkeit z.B. die Inhalte im HTML-Modus zu ändern. Es wird immer nur vergeblich versucht eine URL zu finden ( Die Webseite kann nicht angezeigt werden ).
Auch werden alle Icons nicht erkannt !! :(
Was ist da los ?????
Gruß
HollyT
Hi :)
schau mal hier.
Nach Update auf 0.1.10 kein Spaw mehr (http://www.pragmamx.org/Forum-topic-24461-start-msg178774.html#msg178774)
pragmaMx Version 0.1.10, Information und bekannte Probleme mit Lösungen (http://www.pragmamx.org/Forum-topic-24469.html)
Hi,
habe das Problem folgend gelöst:
Zeile 24 bis 33 der config.php im Ordner .../spaw/config/ ersetzen durch:
/*
// 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/spaw2/demo/demo.php
// then set SPAW_DIR to /spaw2/*/
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'))));
Funktioniert jetzt alles einwandfrei bei mir !!! :BD:
Gruss
HollyT