Code Monkey home page Code Monkey logo

Comments (7)

joni2back avatar joni2back commented on August 20, 2024

Hi @ptitbibice, I just fixed this bug. Please check now.

Regards!

from angular-filemanager.

albricepiazza avatar albricepiazza commented on August 20, 2024

hi @joni2back,
ty for your support.
now, i have a internal server error 500 when i create folder.
reponse :
{"result":{"success":false,"error":"Unknown error creating this folder","errorDetail":{"type":"Exception","code":0}}}

from angular-filemanager.

joni2back avatar joni2back commented on August 20, 2024

Have you set the ftp credentials in handler.php?

$oFtp = new FileManager(array(
    'hostname' => '',
    'username' => '',
    'password' => ''
));

This problem could be related to permissions

$result = $oFtp->mkdir($path .'/'. $name);
if (! $result) {
    throw new Exception("Unknown error creating this folder");
}

can you create the folder using ftp software like filezilla?

from angular-filemanager.

albricepiazza avatar albricepiazza commented on August 20, 2024

I include your project in my application, so i don't need set the ftp credentials. isn't it ?
ty @joni2back

from angular-filemanager.

joni2back avatar joni2back commented on August 20, 2024

If you are including the project in your app, you must use your own backend handler.
This repo handler.php is only for the online demo page...

from angular-filemanager.

albricepiazza avatar albricepiazza commented on August 20, 2024

ok

thanks for your support.
Have you already write own backend handler like this?
if you don't have, i go to write this handler for my backend.

Good job for this managerfile

from angular-filemanager.

joni2back avatar joni2back commented on August 20, 2024

Thank you! Don't forget to give a star to the project 😺 ⭐

from angular-filemanager.

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.