ich möchte typo3 installieren und habe mir typo source and Dummy in den Ordner localhost/cm1 und im Typo3conf Ordner habe ich die leere Datei ENABLE_INSTALL_TOOL gespeichert. Dann bekomme ich folgende Fehlermeldung
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. The file must be writable by the web server user.
Ich weiß mir keinen Rat. Habe jetzt noch mal alles installiert und folgende Meldung
$TYPO3_CONF_VARS['GFX']['im_path'] = '/opt/local/bin/'; $TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '/opt/local/bin/'; $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im6';
Fatal error: Uncaught exception 'RuntimeException' with message 'Could not create directory "/Applications/XAMPP/xamppfiles/htdocs/cms1/typo3temp/Cache/Code/cache_core/"!' in /Applications/XAMPP/xamppfiles/htdocs/cms1/typo3/sysext/core/Classes/Utility/GeneralUtility.php:2675 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/cms1/typo3/sysext/core/Classes/Utility/GeneralUtility.php(2645): TYPO3\CMS\Core\Utility\GeneralUtility::createDirectoryPath('/Applications/X...') #1 /Applications/XAMPP/xamppfiles/htdocs/cms1/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php(195): TYPO3\CMS\Core\Utility\GeneralUtility::mkdir_deep('/Applications/X...') #2 /Applications/XAMPP/xamppfiles/htdocs/cms1/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php(101): TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->createFinalCacheDirectory('/Applications/X...') #3 /Applications/XAMPP/xamppfiles/htdocs/cms1/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php(62): TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->setC in /Applications/XAMPP/xamppfiles/htdocs/cms1/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 197