TYPO3 v9 caching error with site-configuration.php-file?

时间:2019-04-08 13:09:09

标签: php typo3 typo3-9.x ddev

I'm working on a new project in TYPO3. It's my frist installation of TYPO3 9.5.5 so I don't know if this is some sort of bug or anything but sometimes, and I really can't give you any more information about it since I dont know where it comes from and how to reproduce this error, my enire typo3 crashes with this error message:

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: rename(/var/www/html/var/cache/code/cache_core/5cab444370d80224649952.temp,/var/www/html/var/cache/code/cache_core/site-configuration.php): No such file or directory in /var/www/html/public/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php line 234

Since it's in my var directory I figured to just delete the entire folder but as soon as I try to delete it Windows tells me I don't have permission to delete this file or even change it. When I try to open it in an editor it tells me that the file doesn't exist and I can't do anything about it unless I restart my entire PC.

I've found some people with the same issue here, but no way to fix it or anything on how to prevent it from happening.

I'm using the composer installation of TYPO3 with ddev on Windows 10.

Does anyone know about this error or can tell me anything on how to fix it?

1 个答案:

答案 0 :(得分:0)

您是否尝试刷新所有TYPO3缓存?

为此,请转到管理工具=>维护=>刷新TYPO3和PHP缓存。

如果问题仍然存在,则可以尝试进入管理工具=>环境=>目录状态,并检查所有权限是否设置正确。

由于使用ddev运行TYPO3,因此可以使用shell(Putty或其他工具)并执行ddev ssh直接登录到容器并删除其中的文件。