Project

General

Profile

Actions

Bug #73590

closed

Filelist: Replace Error in "Debug Mode"

Added by Lukas no-lastname-given about 8 years ago. Updated almost 8 years ago.

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

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If you activate "Debug" in the Install Tool (Configuration Presets) then the "replace" function in the filelist is broken. It appears an error:

#1: PHP Warning: rename (/tmp/phpjhCrlO,/home/**/bike2.jpg) [<a href='http://php.net/manual/en/function.rename.php'>function.rename.php</a>]: Operation not permitted in /home/***/typo3_src-7.6.2/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php line 875

If you switch back to the live mode, it does not work again! Only if you change this configuration manually in "All configuration":
[SYS][exceptionalErrors] = 20480

Actions #1

Updated by Markus Klein about 8 years ago

  • Status changed from New to Needs Feedback

This rather looks like a misconfiguration of your server.

The replace function is not broken and the Debug/Live presets only change if the errors are displayed or not. So it will not work in either case until you fix your server with the correct permissions.

Actions #2

Updated by Lukas no-lastname-given about 8 years ago

Thank you for your answer.
In the Install Tool are all checks green in "System environment" and in "Folder structure" are all green and 3 are grey (These structures don't need to be fixed).
So what is the correct permissions?

Actions #3

Updated by Markus Klein about 8 years ago

PHP can't write to /tmp/ or /home/.../whatever.
Check that your PHP user has permission to access those places.

The install tool does not check permissions on those folders as it can't know whether the permissions are intended like that or not.
I suspect that /tmp might be the problem.

Actions #4

Updated by Markus Klein almost 8 years ago

  • Status changed from Needs Feedback to Closed

No feedback within 90 days. Closing this issue.

Actions

Also available in: Atom PDF