barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 169 forks source link

Unable to connect to backend NEW #43

Open prestatr opened 9 years ago

prestatr commented 9 years ago

I'm find an issue from that link : https://github.com/barryvdh/laravel-elfinder/issues/30

but that is closed.

I'm give an error from elFinder :

Unable to connect to backend. Backend not found.

i want to learn fatstar how is resolved that ?


How to update elFinder to 2.1_n ? Which folder which archive ?

"barryvdh/laravel-elfinder": "0.1.x",

I'm changed that option to 2.1.x but not find to that version.


jelmersmid commented 9 years ago

My solution to this problem was to increase the server upload limits.

php.ini

nginx.conf or apache equivalent

Restart services!

AWSM3 commented 9 years ago

Any one, who get this error - check browser console. screenshot By this link you can get detailed information about current error. In my case, there was a problem with the file encoding (UTF-8) and access to tmp file in root dir of server. Sorry for bad english :] Thank's, Barry ;)

dattz commented 8 years ago

I got the same error. Fixed it. I was using my own custom routes for the connector. The problem was, I had created a GET route, but not the POST route to the connector. You will need both routes for this to work.

k-zakhariy commented 7 years ago

Hey guys, this link http://dev.site/elfinder/connector?_token=a59MIbGL6hpzFrvyBaFeinrlG0uN732Go1fm1373&cmd=open&reload=1&target=&tree=1&compare=&_=1483904605629 gives me {"error":["errOpen","#","errFolderNotFound"]} what does it mean ? i created files folder in public but still getting this error. I also tried to create custom routes for connector but no success. Can you provide some piece of code ?

Laravel 5.3