- Posts: 4
COMMUNITY FORUM
[RESOLVED]"Invalid backend response.Data is empty"
- Gauthier Domoraud
-
Topic Author
- Offline
- New Member
It's been since 3 day i'm block with K2 Media Manager !!! Unable to access the tool :(
I got : "Error: Invalid backend response.Data is empty." popup. the same error appears in back end (k2 media manager). there is no error in Joomla media manager, only K2.
Please find the screen shot of the error attached !
Please help I did review all topic about this issue but didn't find a PROPER resolution one !
My website was hosted via: Localhost (localy), When I did transfer the website into my web host I not working any more!
Do I have to add something on my webhosting via FTP ?
Thanks,
Please Log in or Create an account to join the conversation.
- Gauthier Domoraud
-
Topic Author
- Offline
- New Member
- Posts: 4
Go to file: "elFinderVolumeDriver.class.php"
File Directory: on local host or web hosting search:
/administrator/components/com_k2/lib/elfinder
File: "elFinderVolumeDriver.class.php"
Open the file with an editor:
Go to line 747 where the line "$this->_checkArchivers();" should be! And disable this line by adding double slashes "//" (Example: //$this->_checkArchivers();)
Hope that help!
G
Please Log in or Create an account to join the conversation.
- andrei
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- David Imerovic
-
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- armi
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
Also disabling error reporting did not help.
For me the strange thing is that the problem seems to be kind of slowly progressing. At first only I had the problem on my computer, then a few days later somebody else started having the problem but at first switching to another browser helped and then it stopped working there as well.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Also in the network tab of your browser's developer tools can you check for the response of the XHR request?
This screenshot will help you.
imgur.com/a/Ipdrv
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You will find the response there.
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
/*! jQuery v1.8.3 jquery.com | jquery.org/license */
(function(e, t) {
function _(e) {
var t = M[e] = {};
return v.each(e.split(y), function(e, n) {
t[n] = !0
}),
t
}
function H(e, n, r) {
Do you want it all?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Then click on the response tab like this screenshot imgur.com/a/Ipdrv
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
imgur.com/a/oWBei
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Something is breaking the response and it is coming empty.
Are you using any security extensions?
Furthermore are you using K2's latest version? You can try the DEV version as well which includes an update to elFinder.
You can backup and install it from here: github.com/getk2/k2
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
We do not currently have any security extensions, but I am thinking about it.
I am a bit uneasy about trying the dev version, unless you have another hint before.
Today I heard that another user does not have these problems so far.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The DEV version is safe but to be extra careful, you can backup before you update.
Please Log in or Create an account to join the conversation.
- Gerd Heisz
-
- Offline
- New Member
- Posts: 9
How can I thank you? Hope you are paid well!
One add-on question: will I have problems upgrading from this build?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You won't have any issues updating to the stable version once it has been released.
Please Log in or Create an account to join the conversation.
- Sebron Snyder
-
- Offline
- Junior Member
- Posts: 31
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Furthermore 2.6.9 is a bit outdated, 2.7.1 is the latest version and 2.8.0 is on the works.
Please Log in or Create an account to join the conversation.