Project

General

Profile

Actions

Bug #69281

closed

Clear all Cache under install tool not possible after Update to 6.2.14

Added by Alex B over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Caching
Target version:
-
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 #1

Updated by Frank Nägler over 8 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?

Actions #2

Updated by Alex B over 8 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

Actions #3

Updated by Riccardo De Contardi over 8 years ago

  • Assignee set to Alex B

Hi Alex, then could this be closed? Thank you.

Actions #4

Updated by Alex B over 8 years ago

Yes, can be closed, thank you.

Actions #5

Updated by Daniel Goerz over 8 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF