Bug #57786
closedFatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object
0%
Description
I get this message in the backend after updating from 6.1.6 to 6.2.0:
Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object in /xxx/typo3_src-6.2.0/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php on line 68
I found this link about that error:
http://typo3.org/news/article/typo3-cms-62-lts-alpha2-released/
I have cleared both caches (database and files), but it didn´t helped...
Updated by Markus Klein over 10 years ago
- Status changed from New to Needs Feedback
Which PHP version are you using?
Updated by Kurt Gusbeth over 10 years ago
PHP-Version: 5.4.4-14
But if doesn´t depend on the PHP-version, because an new installion of Typo3 6.2 works correct.
Updated by Kurt Gusbeth over 10 years ago
OK, clearing caches (Flush frontend chaches, Flush general caches) in Typo3 didn´t helped.
Clearing all cache* and cf* tables in phpMyAdmin solved the problem!
It works now.
Updated by Markus Klein over 10 years ago
- Status changed from Needs Feedback to Closed
Hint: You can use the Clear All Caches button in the Install Tool for that purpose. ;-)