Hi,
I am trying out CKEDITOR AND CKFINDER before getting the license. All works fine except when I click on BROWSE SERVER button for insert image, I get the homepage of website in a weird way. I checked all the paths and everything seems to be ok. Also, If I upload Image to server then it works perfectly....without any error.
Can you please tell me what can be the problem and how can i resolve it.
Thanks,
Darshan
I am trying out CKEDITOR AND CKFINDER before getting the license. All works fine except when I click on BROWSE SERVER button for insert image, I get the homepage of website in a weird way. I checked all the paths and everything seems to be ok. Also, If I upload Image to server then it works perfectly....without any error.
Can you please tell me what can be the problem and how can i resolve it.
Thanks,
Darshan
Re: Browse Server not working
Does "Browse Server" button in the "Link Dialog' work fine?
The easiest way to debug this is to check HTTP requests, if the request after pressing "Browse Server" is invalid, then let us know how exactly did you integrate CKEditor with CKFinder (please paste the code).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Browse Server not working
Hi Wiktor,
Thanks for replying.
No, it does the same thing in the "link dialog".
When I click on browse server, it opens a new window with this url...."http://www.domain.com/admin/ckfinder/ckfinder.html?Type=Images&CKEditor=ldesc&CKEditorFuncNum=1&langCode=en"
The baseurl and basedir are set correct.
Using the below code on the actual page with textarea.....
Re: Browse Server not working
Ok, so the url that is opened in a popup is correct:
http://www.domain.com/admin/ckfinder/ck ... angCode=en
right?
But CKFinder does not show anyway?
Try checking apache error logs, perhaps mod_security or a similar module is blocking this page, also make sure that you don't have a .htaccess file with a rule redirecting everything to a front controller, like index.php.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+