I checked out many times the path of the
upload folder. The uploading process starts but the file is not saved anywhere on the server. I also use another php software to upload files (on the same server) and it works!
I forgot to mention that if I set the fileRoot (under the config.js) with the end slash:
- filemanager.php : {"Error":"The folder \/contenuti\/scripts\/filemanager\/upload\/ doesn't exist.","Code":"-1","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null}}
- filemanager.js : Uncaught TypeError: Cannot read property 'Width' of undefined on Line 494
I've also tried to insert the $config['doc_root'] inside filemanager.config.php but with no luck! The path is right but nothing happens in tree/list/grid views.