Actions
Bug #69281
closedClear all Cache under install tool not possible after Update to 6.2.14
Start date:
2015-08-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
on one of our pages we have a serious Problem after upgrading to 6.2.14 (coming from 6.2.11).
Since that happened, we are not able to delete the cache using the install tool. (Installation -> Important Actions -> Clear all cache)
whenever we try so, we get a message that no data has been sent and the connection is closed.
In the PHP error log we have:
[24-Aug-2015 09:24:54 Europe/Berlin] PHP Warning: file_put_contents(/home/www/xxxx/html/typo3/typo3temp/Cache/Code/cache_core/55dac6c667f075.31978054.temp): failed to open stream: N o such file or directory in /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 238 [24-Aug-2015 09:24:54 Europe/Berlin] PHP Fatal error: Uncaught exception 'TYPO3\CMS\Core\Cache\Exception' with message 'The temporary cache file "/home/www/xxxx/html/typo3/typo3temp /Cache/Code/cache_core/55dac6c667f075.31978054.temp" could not be written.' in /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.ph p:241 Stack trace: #0 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php(61): TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->set('ClassLoader_416...', '<?php\nreturn ar...', Array, NULL) #1 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Core/ClassLoader.php(645): TYPO3\CMS\Core\Cache\Frontend\PhpFrontend->set('ClassLoader_416...', 'return array (\n...') #2 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Core/ClassLoader.php(509): TYPO3\CMS\Core\Core\ClassLoader->savePackageNamespacesAndClassesPathsToCache() #3 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Core/ClassLoader.php(467): TYPO3\CMS\Core\Core\ClassLoader->buildPackageNamespacesAndClassesPaths() #4 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Package/PackageManager.php(149): TYPO3\CMS\Core\Core\ClassLoader->setPackages(Array) #5 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Core/Bootstrap.php(333): TYPO3\CMS\Core\Package\PackageManager->initialize(Object(TYPO3\CMS\Core\Core\Bootstra p)) #6 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Core/Bootstrap.php(250): TYPO3\CMS\Core\Core\Bootstrap->initializePackageManagement('TYPO3\\CMS\\Core\\...') #7 /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/cms/tslib/index_ts.php(34): TYPO3\CMS\Core\Core\Bootstrap->loadConfigurationAndInitialize() #8 /home/www/xxxx/html/typo3/typo3_src-6.2.14/index.php(28): require('/home/www/xxxx...') #9 {main} thrown in /home/www/xxxx/html/typo3/typo3_src-6.2.14/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php on line 241
This behaviour is only present on that one page currently. Others running 6.2.14 work fine.
Thanks
Alex
Actions