[TYPO3-german] TYPO3Winstaller 4.3.0 - Sites funktionieren nicht
Jörg Petersson
mail at emedcd.de
Mon Mar 30 08:56:06 CEST 2009
Liebe Freunde von Typo3,
ich habe einen Webserver mit Typo3 4.3. installiert, das hat auch prima
geklappt. Alles ist an seinem Platz. Ich kann die Frontends der 3
Installationen (Quickstart, Testsite, Dummy) auch aufrufen, aber weder
das Backend-Login noch das Installtool reagieren auf die vorgegebenen
User- und Passwörter (typo3.typo3 und joh316).
Ich habe wie sonst auch die Datei ENABLE_INSTALL_TOOL.txt erstellt und
die Programmzeile "die(...)" auskommentiert. Hat nichts genutzt! Ich
komme zwar mit joh316 in "About", sobald ich weitergehe, fordert er
immer wieder ein Passwort, nimmt aber keines von den in der localconfig
aufgeführten an.
Es ist zum Verzeifeln!
Hat jemand Erfahrung damit und kann mir helfen?
Vielen Dank
Jörg Petersson
error_reporting (E_ALL ^ E_NOTICE);
$PATH_thisScript = str_replace('//','/', str_replace('\\','/',
(php_sapi_name()=='cgi'||php_sapi_name()=='isapi'
||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])?
($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']):($_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME'])));
// Only allow Install Tool access if the file
"typo3conf/ENABLE_INSTALL_TOOL" is found
$enableInstallToolFile =
dirname(dirname(dirname($PATH_thisScript))).'/typo3conf/ENABLE_INSTALL_TOOL';
// Change 1==2 to 1==1 if you want to lock the Install Tool regardless
of the file ENABLE_INSTALL_TOOL
if (1==2 || ($_SERVER['REMOTE_ADDR']!='127.0.0.1' &&
!@is_file($enableInstallToolFile))) {
//die('The Install Tool is locked.<br /><br /><strong>Fix:</strong>
Create a file typo3conf/ENABLE_INSTALL_TOOL<br />This file may simply be
empty.<br /><br />For security reasons, it is highly recommended to
rename<br />or delete the file after the operation is finished.');
}
More information about the TYPO3-german
mailing list