Bug #19059
closedCheck "zend.ze1_compatibility_mode" before installing
0%
Description
Toolbar (with workspace, shortcut, clearcache and search buttons) does not work on my fresh TYPO3 4.2.1 install on PHP 5.2.5.
The problem was that hoster switched on php's flag "zend.ze1_compatibility_mode".
Original post:
http://support.typo3.org/general/dev/m/typo3-dev-typo3-421-php5-and-zendze1-compatibility-mode-issue-351936/
http://devzone.zend.com/manual/ini.core.html
(issue imported from #M8896)
Updated by Jens Weibler over 16 years ago
PLEASE fix that. Or write it into the ChangeLog (I've upgraded from an older version) or INSTALL.txt
I just wasted a few hours to find that.
Without setting it to 0 you won't get the rtehtmlarea in v4.2.1 - just a blank text box...
Updated by Kay Strobach about 16 years ago
I had the Problem too
Installtool should check, if this option is set to 0 or one of the core files should do an
ini_set("zend.ze1_compatibility_mode","off");
to prevent such problems ;)
Updated by Mario Rimann almost 13 years ago
- Target version deleted (
0)
Hi guys
Is this still an issue with PHP 5.3.x and TYPO3 4.5.x or newer? If so, I propose to add this as a system check in the reports module.
Cheers,
Mario
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Kay Strobach over 11 years ago
still exists in 4.5
not interesting for version, that rely on php 5.4 or newer, as this option is not available anymore in php as far as i know - atleast it's deprecated!
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Will let it open, so maybe someone can find it and see how to fix it. ;)
Updated by Georg Ringer almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
i am closing this issue as nobody will change there something for 4.5 and 6.2 required PHP 5.4.