Hallo,
ich habe mir eine lokale Serverumgebung mit Apache, MySql und PhpMyadmin erstellt und möchte nun Typo3 installieren. Das Dummy-Package habe ich unter
var/www/htdocs
abgelegt. Die Typo3_src unter
var/www
Danach habe ich die
http://localhost/typo3_src-4.6.0/typo3/install/index.php
im Browser aufgerufen. Dort kam die Meldung
The Install Tool is locked To enable the Install Tool, the file ENABLE_INSTALL_TOOL must be created. In the typo3conf/ folder, create a file named ENABLE_INSTALL_TOOL. The file name is case sensitive, but the file itself can simply be an empty file. For security reasons, it is highly recommended that you either rename or delete the file after the operation is finished. As an additional security measure, if the file is older than one hour, TYPO3 will automatically delete it.
also habe ich diese Datei über das Terminal unter:
var/www/htdocs/typo3/typo3conf# touch ENABLE_INSTALL_TOOL
erzeugen lassen. Auch die Rechte für den www-Ordner habe ich übernommen doch ich bekomme immer noch die Meldung "The Install_Tool is locked. Weiß jemand rat oder was mache ich hier nicht richtig???