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)
Actions