Bug #23305
closedSection "all configuration" will not write localconf.php - instead error-message "method not implemented"
0%
Description
Installed the source of typo3 v.4.4.1, running the install-configuration, everything works fine except writing the configuration to localconf.php at the section "all configuration". Instead, the error-message appears:
"Method not Implemented"
"POST to /typo3/install/index.php not supported"
Writing the localconf.php in the "basic configuration" works well. And I just made a test under 4.3.1, it works fine for both sections.
TYPO3: Version 4.4.1
MySQL: Version 5.0.51
(issue imported from #M15291)
Updated by Oliver Hader over 14 years ago
Can you please test whether this also appeared in TYPO3 4.4.0 or TYPO3 4.3.4? Thanks!
Updated by Dietmar Schell over 14 years ago
Hello Oliver:
4.3.3 & 4.4.0: Works
4.3.4 & 4.4.1: Didn't work, failurecode in browser: HTTP501/HTTP505
Seems that there must be some little change in the securitypatches who produces this...
Updated by Simon Ouellet over 14 years ago
tested with 4.4.1 and php 5.3
everything works fine...
Updated by Mehdi Guermazi over 14 years ago
same here tested with TYPO3 4.4.1 PHP 5.2.10 works fine
Updated by Dietmar Schell over 14 years ago
Problem is fixed, it was a server configuration issue: mod_security (a firewall of apache) found a pattern match for "LDAP injection attack", if the install tool tried to write localconf.php in the section "all configuration".
Maybe if somebody else have this matter a note to the server-hoster would help :-)
Thanks to everybody for the fast support!
Updated by Oliver Hader over 14 years ago
Thanks for your feedback!
I'm closing this issue with "no change required" - if others experience similar behaviours that are not related to mod_security, please reopen this issue again.