I have just started using drupal and find myself struggling to get modules to work as I would expect them to.

My current Issue is with CKEditor and making the image upload button work. I have managed to display the upload tab. But when I click 'choose file' -> select image -> OK I get a javascript alert saying

"image source URL is missing"

I dont understand what is wrong, the url is there. Do I have to enable something else? or do I need to adjuct the code somewhere?

Comments

Jaypan’s picture

https://drupal.org/node/643758

You can move the thread by editing the original post and choosing 'Post Installation' as the forum.

Thank you.

VM’s picture

IIRC the image button isn't intended for 'uploading' of images. It's for referring to images that are already uploaded.

dweade’s picture

Try the IMCE module - https://drupal.org/project/imce. It takes over when you click the Browse Server button and gives you a nice upload function. You can also resize files on the server.