Hallo,
[b][/b]
[b]ich würde mich über Hilfe freuen, da ich es bis jetzt nicht selber lösen konnte.[/b]
Nachdem ich Typ0 3 6.2.4 online installiert habe, bekomme ich im installtool folgende fehlermeldungen:
upload_max_filesize=128M
post_max_size=8M
You have defined a maximum size for file uploads in PHP which exceeds the allowed size for POST requests. Therefore the file uploads can also not be larger than 8M.
suhosin.get.max_value_length=512
This setting can lead to lost information if submitting forms with lots of data in TYPO3 CMS (as the install tool does). It is highly recommended to raise this to at least 2000:
suhosin.get.max_value_length=2000
max_execution_time=60
Your max_execution_time is low. While TYPO3 often runs without problems with 30 seconds, it may still happen that script execution is stopped before finishing calculations. You should monitor the system for messages in this area and maybe raise the limit to 240 seconds:
max_execution_time=240
suhosin.executor.include.whitelist=
"vfs" is currently not a hard requirement of TYPO3 CMS but tons of unit tests rely on it. Furthermore, vfs will likely be a base for an additional compatibility layer in the future. A useful setting is:
suhosin.executor.include.whitelist=phar vfs
Ich habe das handbuch für Typo3 6.2.4 wo nur local beschrieben ist per [b]php.ini[/b] wie ich es anpasse, was aber nicht beschrieben wird wo ich sie online finde oder erstelle.
Ich hatte gegoogelt und was mit php.ini im verzeichnis typo3 gelesen und probiert ohne erfolg oder mit .htaccess ... ich bin bis jetzt nicht weitergekommen würde mich über hilfe sehr freuen.
LG