Actions
Bug #17761
closedFatal error: Cannot use string offset as an array in XXXX/tslib/class.tslib_fe.php on line 1328
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2007-11-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Running on Php 5.x, this error appears sometimes (I cannot reproduce) and then dies.
Fatal error: Cannot use string offset as an array in XXXX/tslib/class.tslib_fe.php on line 1328
It occurs majorly after another any other php error (not related) happened.
This is the line:
if ( $this->TYPO3_CONF_VARS['FE']['debug'] || $this->config['config']['debug'] ) {
$this->content.=chr(10).'';
}
The only way to mitigate I found is comment the whole if block.
(issue imported from #M6666)
Updated by Oliver Hader about 17 years ago
Hm, have you thought about upgrading to a newer TYPO3 release?
Unfortunately there won't be any new releases for the branch of TYPO3 3.7.0...
Updated by Susanne Moog over 16 years ago
old one.. i guess no one ever said typo3 3.7 runs on php 5. so can be closed.
Actions