Hi,
First off I'd like to thank the CK team for such great products. I'm using both CKEditor(4.0.2) and CKFinder (2.3.1). And they work wonderfully.
On to the problem. In IE (9.0.8112.16421) when I use the image button, then Browse Server, then click upload I get the following php error in my log.
[17-Mar-2013 10:00:41] PHP Warning: file_get_contents(/[redacted]/codebase/ckfinder/plugins/flashupload/uploader.html): failed to open stream: No such file or directory in /[redacted]/codebase/template.inc.php on line 7
Obviously then the uploader does not work. I tried to rename the uploader.html file to lowercase as it is displayed in the error log and then I get a 404. This does not occur with Firefox or Chrome and when using Windows 8/IE 10 at home through vpn it works fine.
Current setup: Ubuntu 11.10, PHP 5.3.6, and Apache 2.2.20.
I appreciate any help I can get.
Thanks,
Mark
Hi Draxten,
Hi Draxten,
thanks for your kind words about our products, much appreciated!
It seems the error is on your part -- in your template file. "file_get_contents" is not our code either, so you should check your customization first. Good luck!
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!
Thanks so much Anna. A quick
Thanks so much Anna. A quick grep on my part would have determined that >.<
I appreciate your response.
Mark