Project

General

Profile

Actions

Bug #84123

closed

Core: Error handler (BE): PHP Warning: rename ... Access is denied SimpleFileBackend.php line 236

Added by Eckard Gehrke about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-03-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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>

  1. 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.

Actions #1

Updated by Christian Kuhn about 6 years ago

  • Status changed from New to Closed

This looks like a server setup issue, but a core problem: It seems the user that executes your php code has no proper write access in typo3temp/ folders. You should fix this and the issue should be gone. I'll close that issue since there is not much we could do about on our side.

Actions

Also available in: Atom PDF