Bug #23313
closedIllegal offset type after Clear Cache
0%
Description
After clear Cache we get an error message in frontend:
Warning: Illegal offset type in .../t3lib/class.t3lib_page.php on line 666
In Function getRootline() the variable $MP is set with ''
But after clear cache the Array will be build with this Code:
$this->cache_getRootLine[$cacheUid][$this->sys_language_uid][$MP][$cacheIgnoreMPerrors] = $output;
In our case follow line helped out:
if ($MP = '') { $MP = 0; }
BTW: I dont know why $MP is empty.
I dont know if this is okay.
Tthis error is only in 1 of 6 4.2.13 installations occurred
(issue imported from #M15302)
Files
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
I think this is resolved in newer versions by using the caching framework.
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed