-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Invalid backend response. Data is not JSON. #2036
Comments
@Mozhdeh-d Please check the response from the server with the browser's developer tool etc. Are there any error messages? |
Please use |
what's |
To access the file system on the server by 'LocalFileSystem'. |
Same issue here. I get no response/errors from connector.php even using error_reporting / display_errors but still get the "Invalid backend response. Data is not JSON." Driver is set to LocalFileSystem and works fine locally. At the console (network tab), the difference I see between the local (that's working fine) and the host is the "target". While locally it's something like cmd=open&target=l1_XA&, in the host the target is empty (cmd=open&target=&) |
If you have PHP 7.1 or higher on your server, there is a bug in Fatal error.(but error when deleting files) Please try the nightly build. c.f. #2040
That is correct on first request. |
Error handling extended of the nightly build. If you set the connector option |
Hi is this issue solved?, i have the same error, none error display on the console and all the http request return 200 response...is there any solution? |
With the default installation method, there is no problem with my test site (2.1.29 (2.1 - src Nightly: 9b8c92b) on PHP 7.2.0 RC 4 on nginx / 1.6.2). |
Found the bug.
many thanks nao-pon |
How about you @isadev ? |
Had this issue too. In the PHP confuration of the server is no value set for max_execution_time. So the function set_time_limit throws an exception:
I added a stupid workaround before line 4848: |
This issue occur with me and i found a reason and solved it success. Check all everything api is return ok, but do not work.
|
Hi,
elFinder works fine on my localhost and on all my hosts. but I have a host that when I want to open elFinder this error appears:
Invalid backend response. Data is not JSON.
I'm sure that it's my host problem. but I don't know what the problem is :(
any suggestion ?
The text was updated successfully, but these errors were encountered: