Replies: 1 comment
-
|
@azlk When asking a question you don't understand, it's important where you ask. This time you're stopping at building a web server first, so the place you should ask is the community for building a web server. By doing so, I think you will get a clearer answer. If you can build a web server that can run PHP correctly and the elFinder installation doesn't work, you can get the right answer by explaining what to do and what doesn't work. .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me I have fulfilled all the conditions for installation:
1.Download and unzip one of the releases below to your PHP server
2.Rename /php/connector.minimal.php-dist to /php/connector.minimal.php
3.Load /elfinder.html in your browser to run elFinder
Also, if I get it right, to load elfinder.html in browser I need to create a virtual host file for web server? I created one for nginx:
Actually I need to list files in /var/www/vbr, so I doubt is this vhost configuration is correct?
I tried also with "root /var/www/vbr" but then I get "404 Not found" (no surprise).
In browser I get "Некорректный ответ сервера. Данные не в формате JSON"
Actually I hardly understand, where exactly should I write the path to the files - in which file???
or
2. In elfinder.html
var path = ' ' (line 50)
??
And where exactly can I write lang = ru? I could not find a clear description in Wiki, sorry...
Please, help me to clear those questions, I am totally new to js and my questions may look dumb, I understand, but I liked elFinder very much but couldn't even look at it, how it would work on my server.
Beta Was this translation helpful? Give feedback.
All reactions