Bug #68337
closedProblem with php 5.6 and TYPO3ViewportInstance
100%
Description
If you use PHP 5.6 you get an error at typo3/sysext/core/Classes/Page/PageRenderer.php:1370
The Pagetree can not render if you don't use the setting always_populate_raw_post_data = -1 in php.ini
We need a Test in the Installtool to check this value at php5.6.
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Rejected
Quote from issue #63144 by Helmut Hummel:
Just configure your PHP settings correctly. There is nothing we can change in TYPO3 to avoid this warning, as it is emitted on language level
See e.g.: http://stackoverflow.com/questions/26261001/warning-about-http-raw-post-data-being-deprecated
Updated by Helmut Hummel over 9 years ago
- Status changed from Rejected to Accepted
Markus Sommer wrote:
We need a Test in the Installtool to check this value at php5.6.
This is actually a good idea. We could add this to the system environment check, so that TYPO3 cannot be installed before this is fixed.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42532
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bd72f9a5f238b7f5c6d66a002e138e1fd17705b7.