Project

General

Profile

Actions

Bug #65850

closed

Install tool: Login fails when suhosin is loaded

Added by Mikel Wohlschlegel about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Install Tool
Target version:
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,vfs
Tested under:
  • PHP 5.5.14
  • SLES
  • MariaDB 10
Actions #1

Updated by Benni Mack almost 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 :)

Actions #2

Updated by Benni Mack over 8 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

Also available in: Atom PDF