Bug #14625
closedTypo3 and PHP5 Array
0%
Description
Server error log states:
PHP Warning: Illegal offset type in
/tslib/class.tslib_content.php on line 417
PHP Warning: Illegal offset type in
/tslib/class.tslib_content.php on line 417
PHP Fatal error: Call to a member function on a non-object in
/tslib/class.tslib_fe.php on line 2204
Accessing the List module produces an Internal Server Error page where List module usually displays items (right hand frame).
Issue was resolved by reverting back to a PHP4 installation.
(issue imported from #M910)
Updated by old_henk over 19 years ago
Hi,
can you add some extra debug information (see http://typo3.org/documentation/mailing-lists/mailing-list-rules-guidelines/#2242)
regards, Henk
Updated by Steven Bagshaw about 19 years ago
Hello, I'm getting the same.
To reproduce, if I save a page in the BE that has a flexform on it, I get this error.
Warning: Illegal offset type in unset in C:\WWW\cms\typo3\t3lib\class.t3lib_befunc.php on line 960
Using PHP5 and Typo3 3.8
Updated by Steven Bagshaw about 19 years ago
Sorry, I should have mentioned this is just when I create/insert a new instance of this BE object. Subsequent saves do not produce the error.
Updated by Karsten Dambekalns over 18 years ago
Fixed with more recent code, runsfine now with PHP5.