Actions
Bug #55720
closedEM: SimpleFileBackend warnings
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I get some warning messages in the BE, if I deinstall an extension. There are all about SimpleFileBackend.php.
Warning: rename() [function.rename]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /home/www/doc/mypath/myuser/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 244 Warning: rename(/home/www/doc/mypath/myuser/typo3temp/Cache/Data/cache_classes/52f3633d65611.temp,/home/www/doc/mypath/myuser/typo3temp/Cache/Data/cache_classes/typo3_cms_form_validation_fileallowedtypesvalidator) [function.rename]: No such file or directory in /home/www/doc/mypath/myuser/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 244 Warning: rename() [function.rename]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /home/www/doc/mypath/myuser/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 244 Warning: rename(/home/www/doc/mypath/myuser/typo3temp/Cache/Data/cache_classes/52f3633d9a1d1.temp,/home/www/doc/mypath/myuser/typo3temp/Cache/Data/cache_classes/tx_form_system_validate_inarray) [function.rename]: No such file or directory in /home/www/doc/mypath/myuser/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 244
Actions