CK Editor Loads okay.
When I click the "insert image" icon, I do see a button to "Browse Server."
When I click "Browse Server" the server throws a "Sorry, the page you requested was not found." error.
The domain where I'm installing is called atisus.com
I made a folder called "/uploads/" and am trying to configure CKFinder to use that.
CKEdit lives in "/ckedit/" and CKFinder lives in '/ckfinder/'
************************* UPDATE *******************************
I got the finder working. apparently Yahoo small business servers are quirky about specifying path names.
I had to explicitly reference any files in the website root with "../"
for example:
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
<script type="text/javascript" src="../ckfinder/ckfinder.js"></script>[/code]
When I click the "insert image" icon, I do see a button to "Browse Server."
When I click "Browse Server" the server throws a "Sorry, the page you requested was not found." error.
The domain where I'm installing is called atisus.com
I made a folder called "/uploads/" and am trying to configure CKFinder to use that.
CKEdit lives in "/ckedit/" and CKFinder lives in '/ckfinder/'
************************* UPDATE *******************************
I got the finder working. apparently Yahoo small business servers are quirky about specifying path names.
I had to explicitly reference any files in the website root with "../"
for example:
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
<script type="text/javascript" src="../ckfinder/ckfinder.js"></script>[/code]
Re: Can't Browse Server - CKFinder+CKEditor