Bug #84123
closedCore: Error handler (BE): PHP Warning: rename ... Access is denied SimpleFileBackend.php line 236
0%
Description
Hi,
upon activating or deactivating an extension (not quite sure if this is the root case) I get lots of errors in log of kind:
Core: Error handler (BE): PHP Warning: rename(C:/../typo3temp/var/Cache/Data/l10n/5a99..1060.temp,C:/../typo3temp/var/Cache/Data/l10n/8c40..e5f4): Access is denied. (code: 5) in C:\..\typo3\sysext\core\Classes\Cache\Backend\SimpleFileBackend.php line 236
I have the default .htaccess file in place:
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
Satisfy All
</IfModule>
- Apache ≥ 2.3
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
Even when removing the .htaccess file completely I do get the errors. This happens on Windows localhost installation.
Minor issue:
Also they are similar in nature when pressing "Delete similar warnings" they are deleted from log only one by one.
If you need some more information let me know, I will try to provide them.
Best regards
Eckard.