script filemanager error E_InvalidPath

Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
adriprivate
Posts: 2

script filemanager error E_InvalidPath

I have tried to upload this script on my server:
https://coursesweb.net/php-mysql/ajax-ph ... manager_s2

Tested to this address:
adriano.altervista.org/fileman.html

But when I try to do every action an error message appears in the main window:

Code: Select all

E_InvalidPath /var/www/html/test /var/www/html/test
Thank you in advance for your help!

Best regards

Admin Posts: 805
Hello,
In the conf.php file (in "fileman/php/ folder") add the value with the path for the working folder, in FILES_ROOT (relative to the Root of your server).
For example, if you have this folder in your server: "/var/www/html/test/", add:

Code: Select all

'FILES_ROOT'=> '/html/test/'

adriprivate Posts: 2
Hello,
I don't have folder in "/var/www/html/my_folder/"
I have my folder in main root.

Code: Select all

'FILES_ROOT'=> '/my_folder/',
The folder is not empty (my_folder) but to the right the word "This folder is empty» appears.

In localhost everything works!

Admin Posts: 805
Make sure you have writable permissions for "/my_folder/" (CHMOD 0755, or 0777).
If still it not works, I not know what is the cause.
Look in browser console (F12) to check if there is any javascript error.

You can try a newer version from this site: http://www.roxyfileman.com/

- The file manager script from coursesweb.net it is a modified version of that script.