[TYPO3-german] Installation: localconf.php is not found!

Paul Muster paul at muster.dyndns.info
Sun Jun 3 20:22:23 CEST 2007


Thomas Bartholomäus wrote:
> Am Sonntag, 3. Juni 2007 19:32 schrieb Paul Muster:

>> Beim Aufruf von http://<domain1>/typo3/install/index.php wurde ich
>> zuerst aufgefordert, /srv/www/domain1/typo3conf/ENABLE_INSTALL_TOOL zu
> 
> vielleicht ne dumme frage:
> Du hast in der install.php die betreffende Zeile auskommentiert?

Nein, aber...

> "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.');"

...der Abschnitt lautet ja auch:

|     // 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.');

Das heisst, es muss _entweder_ die Datei existieren _oder_ man muss die 
Zeile auskommentieren. Und die Datei existiert ja, denn die Fehler- 
meldung lautet ja anders.

Die Meldung, welche aufgrund obiger Zeile kommt, wenn die Datei nicht 
existiert, war ja mein voriger Schritt, den ich erfolgreich geschafft habe.


Danke & viele Grüße

Paul


More information about the TYPO3-german mailing list