This site has reached End of Life and will be taken down and removed on 01 Feb 2021.
It is strongly recommended that any material you would like to retain is downloaded before this date.

Drupal 7 problem uploading images into a post


Embed:
Download this video

I'm trying to set up in Drupal 7 an easy way of uploading images direct into a post using CK editor but the path to connect to images is missing and the path to save images to the server is incorrect? Does anyone know the correct paths I should be using if this is the problem?

Many thanks

NOTE: LOTS OF USEFUL COMMENTS BELOW ...

Average: 3 (1 vote)
6864 reads

Comments

cfollows's picture

When adding your CK Editor module you may get a warning about adding ckeditor.js file

You may need to create a libraries folder) - just follow the steps it provides and all will work OK 

The CKEditor component is not installed correctly. Please go to the CKEditor homepage in order to download the latest version.

After that you must extract the files to the 

sites/all/modules/ckeditor/ckeditor 

or 

sites/all/libraries/ckeditor

directory and make sure that the 

sites/all/modules/ckeditor/ckeditor/ckeditor.js

or

sites/all/libraries/ckeditor/ckeditor.js

file exists.

Refer to the README.txt file for more information.

cfollows's picture

With some help from gsedek we changed a few settings to get it to work - installed IMCE and then edited the File Browse settings configuration of the CKeditor and selected IMCE.

 

cfollows's picture

Twitter from - Did you check our CKEditor for guides? Make sure you follow the right version:

Anonymous's picture

did you install imce? it depends on that. G.

cfollows's picture

I found the insert module and activated this in the content type and it works well, maybe better than the other method? - http://drupal.org/project/insert

CC0 1.0 Universal
To the extent possible under law, cfollows has waived all copyright and related or neighboring rights to this Work, Drupal 7 problem uploading images into a post.