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
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Browse Server not working
http://www.domain.com/admin/ckfinder/ckfinder.html?Type=Images&CKEditor=ldesc&CKEditorFuncNum=1&langCode=en
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.filebrowserBrowseUrl='http://www.domain.com/admin/ckfinder/ckfinder.html'; config.filebrowserImageBrowseUrl='http://www.domain.com/admin/ckfinder/ckfinder.html?Type=Images'; config.filebrowserFlashBrowseUrl='http://www.domain.com/admin/ckfinder/ckfinder.html?Type=Flash'; config.filebrowserUploadUrl= 'http://www.domain.com/admin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'; config.filebrowserImageUploadUrl='http://www.domain.com/admin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images'; config.filebrowserFlashUploadUrl='http://www.domain.com/admin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'; config.height='500'; config.width='600'; };Re: Browse Server not working
http://www.domain.com/admin/ckfinder/ck ... angCode=en
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+