-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Way is all over the place #476
Comments
What is this `"folder_path": "files/images/" about in your config file ? use fileRoot and serverRoot : |
i have removed the "folder_path" form the configuration file and used the instructions in your link to specify a user folder but i got this error
the folder i am trying to point to is not at the same level as filemanager folder in my public directory |
and if i tried to point to the files folder it doesn't work as mentioned in the wiki page i had to set serverRoot to false and filesRoot to files and i get this error
|
What is your OS? |
i am using Ubuntu which is a Linux distro and there is no gaps in the folder names even i tried to point the script to an empty folder the script loads without errors but when i try to create sub folder or upload an image it creates/upload outside the folder for example : |
it seems at least, on '/' is missging, no ? Try to enable log and see what's happening related to paths : https://github.com/simogeo/Filemanager/wiki/Enable-log-debug-in-PHP-connector |
here is the output of the log file
|
sould be :
what do you pass as parameter to setFileRoot() ? |
i don't my config file is up you can check it |
I don't technically know that connector but see here : https://github.com/bestmomo/filemanager/blob/master/public/filemanager/connectors/php/default.config.php#L87 You may ask support for bestmomo ? |
once i have removed this line the script worked good |
You can make a donation. I'm also ok with gratefulness you already expressed. Some people don't even thank after having a problem solved - of course, I hate this. |
i am using filemanager with Laravel and it works very well on my local machine but when i pushed the site to production the problems started and i managed to make the filemanager load correctly and to point to my files in public_html folder but when it loads all i can do is to upload one file correct and then it doesn't show it's thumbnail and when i try to enter any sub folders i got the No Way error
what will kill me is when i point the filemanager to my public directory outside the public_html it woks great but i can't use this folder , i have changed permissions to 0777 for both folders and i have read all the issues in your repo and followed a lot of the fixes they talk about but still nothing for me
hers is the code from my config file :
`
The text was updated successfully, but these errors were encountered: