Actions
Bug #54015
closedClass 'TYPO3\\CMS\\Install\\Status\\OkStatus' not found
Start date:
2013-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Hello there,
I just tried to upgrade from 6.0 to the 6.2beta2, and I get this error from Install Tool:
PHP Fatal error: Class 'TYPO3\\CMS\\Install\\Status\\OkStatus' not found in /opt/typo/typo3_src-6.2.0beta2/typo3/sysext/install/Classes/SystemEnvironment/Check.php on line 145, referer: http://navidev4.v4.navi.nintendo-europe.com/typo3/backend.php
I checked, and the class is there. Obviously in the install process everything is OK because it tries to create the OK Status.
I suppose there is something wrong with namespaces?
My PHP Version is 5.3.22
I will get soon an upgrade to PHP 5.4, maybe the error disappears then.
But PHP requirement is currently set to everything above 5.3.7, so it should work.
Actions