Coder Social home page Coder Social logo

Comments (7)

nao-pon avatar nao-pon commented on June 10, 2024

I tried elFinder 2.1.64 with XAMPP for Windows 7.3.11 on Windows 10 Home 22H2, and there were no particular problems.
Has there been any change in your Windows environment?

from elfinder.

aktolu avatar aktolu commented on June 10, 2024

I tried elFinder 2.1.64 with XAMPP for Windows 7.3.11 on Windows 10 Home 22H2, and there were no particular problems. Has there been any change in your Windows environment?

Thanks for the answer. Can you tell me which function writes to file? Still I don't find it.

My php version is 8.2, maybe problem is this

from elfinder.

nao-pon avatar nao-pon commented on June 10, 2024

I tried a new installation of XAMPP for Windows 8.2.12. There is nothing wrong with the default settings. Please check the settings in your environment.

from elfinder.

aktolu avatar aktolu commented on June 10, 2024

I tried a new installation of XAMPP for Windows 8.2.12. There is nothing wrong with the default settings. Please check the settings in your environment.

I trying to find what is wrong on me. My PHP is not part of XAMPP.

I checked another way(intervention image save function, move_uploaded_file, file_put_contents) file write, it's writing well without grant permissions. Only elfinder have this issue.

Trash files too has same problem.

Thank you, I will let you know if I found a issue :)

from elfinder.

aktolu avatar aktolu commented on June 10, 2024

I found the problem. My PHP tmp path is "C:/Windows/Temp" and this is a system directory. In this directory access and delete must be pass an administrator confirm.

if (($isCmdCopy || !rename($uri, $path)) && !copy($uri, $path)) {

On this line elfinder firstly copying file with rename() function. I think, this function copy file with permissions.

Solution 1 (recommended): Change PHP tmp path.
Solution 2 (not recommended): Remove rename() function from /php/elFinderVolumeLocalFileSystem.class.php in _save() function.

from elfinder.

github-actions avatar github-actions commented on June 10, 2024

This issue is stale because it has been open for 50 days with no activity.

from elfinder.

github-actions avatar github-actions commented on June 10, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

from elfinder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.