Bug #69281
closedClear all Cache under install tool not possible after Update to 6.2.14
0%
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
Updated by Frank Nägler about 9 years ago
- Status changed from New to Needs Feedback
Sounds like one of the following two problems:
1) no free disk space left
2) wrong file system permissions.
can you please check both thinks?
Updated by Alex B about 9 years ago
Both disk space and permissions were ok.
The problem disappeared after we updated the PHP version from 5.4.xx to 5.5.21 (both should be fine for Typo3 6.2 LTS as I read)
(Hoster is mittwald.de).
Thanks
Alex
Updated by Riccardo De Contardi about 9 years ago
- Assignee set to Alex B
Hi Alex, then could this be closed? Thank you.
Updated by Daniel Goerz about 9 years ago
- Status changed from Needs Feedback to Closed