Works on one PC, but does not work on others.
Added by Takeo Mohri 12 months ago
I installed elRTE w/ elFinder.
It works fine on one PC.
However, it gives me an error message, "Invalid backend configuration" on 2 other computers.
Is there anybody who can give me some idea to figure out this problem?
Thank you.
- spec ***
- All those 3 PCs are in the same LAN
- works on Fx4/IE9 on Vista
- does not work on Fx4/IE7 on XP
- does not work on FX4/IE8 on Vista
- There is no problem on JASON on all machine. (200 OK)
- Only 2 places are changed in code. (path to the connector.php & path to the /files)
Replies (6)
RE: Works on one PC, but does not work on others.
-
Added by Dmitry Levashov 12 months ago
Use Firebug to look at server response
RE: Works on one PC, but does not work on others.
-
Added by Troex Nevelin 12 months ago
Maybe you have set up URL option in connector to localhost?
RE: Works on one PC, but does not work on others.
-
Added by Takeo Mohri 12 months ago
Thank you for quick responses.
I have used Firebug to check and got the "200 OK" message on all machines when I open elFinder.
The path I set is not a localhost, but it is the full path to the remote server(rental server).
The issue seems like caused by cache, so I cleared all the cache, restarted a browser, and restarted even OS, but I still get the same error message.
RE: Works on one PC, but does not work on others.
-
Added by Troex Nevelin 12 months ago
the response must be valid JSON like in the attached file
elfinder-response-firebug.png (195.5 kB)
RE: Works on one PC, but does not work on others.
-
Added by Takeo Mohri 12 months ago
Oops!
The response on good machine was just like yours, but on bad machines I could not find JSON tab.
Then, I found the reason.
I was using absolute path to the connector in JavaScript followed by instruction on other web site. ('caz official site was down a couple days ago)
After I changed it to the relative path just like the instruction on the official site, it worked on all machines!!
Thank you very much for your quick response and your kindness.
(1-6/6)