Actions
Bug #65850
closedInstall tool: Login fails when suhosin is loaded
Start date:
2015-03-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The login to the install tool fails when PHP extension Suhosin is loaded. Nothing happens, the page just reloads. No warning or error message thrown.
Suhosin configuration:
php_value suhosin.log.syslog S_MEMORY php_value suhosin.log.syslog.priority LOG_DEBUG php_value suhosin.log.sapi S_ALL php_value suhosin.executor.max_depth 1000 php_flag suhosin.simulation Off php_value suhosin.request.max_vars 4000 php_value suhosin.request.max_value_length 130000 php_value suhosin.post.max_vars 4000 php_value suhosin.post.max_name_length 1000 php_value suhosin.cookie.max_name_length 1280 php_value suhosin.request.max_varname_length 10000 php_value suhosin.get.max_name_length 10000 php_value suhosin.get.max_value_length 20000 php_value suhosin.executor.include.whitelist phar,vfsTested under:
- PHP 5.5.14
- SLES
- MariaDB 10
Updated by Benni Mack over 9 years ago
- Category changed from Install Tool to 1601
- Status changed from New to Accepted
- Assignee set to Benni Mack
- Target version set to 7.5
will check that. Thanks Mikel :)
Updated by Benni Mack over 9 years ago
- Status changed from Accepted to Closed
My colleague and me found out that this is related to an outdated suhosin version and other PHP projects have had the same problem.
So this is fixed now. Solved by updating suhosin.
Actions