Hi,
after installing ckfinder and working with it for few weeks.
suddenly the "browse server" button has disappeared.
I've used the following lines in order to integrate ckfinder into ckeditor:
<script type="text/javascript" src="ckeditor/plugins/ckfinder/ckfinder.js"></script>
CKFinder.setupCKEditor(null, '/backoffice/ckeditor/plugins/ckfinder/');
it did worked for few weeks and no, no ckfinder button.
what can be the reason for that?
Shahar Weinstein
after installing ckfinder and working with it for few weeks.
suddenly the "browse server" button has disappeared.
I've used the following lines in order to integrate ckfinder into ckeditor:
<script type="text/javascript" src="ckeditor/plugins/ckfinder/ckfinder.js"></script>
CKFinder.setupCKEditor(null, '/backoffice/ckeditor/plugins/ckfinder/');
it did worked for few weeks and no, no ckfinder button.
what can be the reason for that?
Shahar Weinstein
Re: no "browse server button"
I solved the case.
case is closed.
thank you
Shahar.
Re: no "browse server button"
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: no "browse server button"
the situation of the problem was that I've placed the integration line of ckfinder AFTER the lines of the ckeditor instances. that worked for few weeks and than stopped working suddently.
this is how the solution looks like now, I've moved that line BEFORE the ckeditor lines.
Re: no "browse server button"
Thanks for sharing the solution, I had the same issue!