Hi, Just implemented ckeditor and I love it, Got a problem which is probably an instalation bug caused by myself.
When I add an image, its doesn't add of show. I haven't yet got it writing to my database, but the way I have set up my editor is to send to the next page like a preview.
The image shows up as the little icon as if there is no image. When I right-click and choose "Open image in new tab" It takes me to the address path:
[my domain address ]/"/userfiles/image/image.jpg/"
It seems its adding " to the start and end, also an extra /
Does anyone have any insight as to how to fix this?
Thanks, Kyle.
Tue, 12/21/2010 - 05:17
#1
Re: Image processing fail.
Sooooo... I fixed it!
Turns out if I just call it as it is ($_POST['blah']) it fails, But if I store it in the database and call it back, it works... Interesting but I'm not complaining!