Hello.
Even if I have made quite a lot of search for my problem, I counld'nt found something for resolve it. That's why I'm coming to ask you...
I'm trying to give at the filemanager connector the path to use as the root path of the website.
If I put in the config.php file the next information :
the connector can read the files but can't upload anything in the "dev" directory, even if the dev directory has the 0777 autorisation.
And, if I put the next configuration :
it can't read and upload, it just shows an error : "Error creating the folder xxx (can't create folder)" But, as it's the root path of the website, this directory exists.
So, do you know how to do for using the root path an reading AND uploading way please ?
Thanks a lot for your answers
Even if I have made quite a lot of search for my problem, I counld'nt found something for resolve it. That's why I'm coming to ask you...
I'm trying to give at the filemanager connector the path to use as the root path of the website.
If I put in the config.php file the next information :
$Config['UserFilesPath'] = '/dev/' ; $Config['UserFilesAbsolutePath'] = $_SERVER["DOCUMENT_ROOT"].'/dev/';
the connector can read the files but can't upload anything in the "dev" directory, even if the dev directory has the 0777 autorisation.
And, if I put the next configuration :
$Config['UserFilesPath'] = '/' ; $Config['UserFilesAbsolutePath'] = $_SERVER["DOCUMENT_ROOT"].'/';
it can't read and upload, it just shows an error : "Error creating the folder xxx (can't create folder)" But, as it's the root path of the website, this directory exists.
So, do you know how to do for using the root path an reading AND uploading way please ?
Thanks a lot for your answers