I am using drupal 6.16 with fckeditor and imce. When I create a node and upload an image using imce or link external images on fckeditor, I am able to view the image. However, when I save the node and diplay it, the image is not showing.
This is also happening with custom image blocks
Please help.
Mutuku,
View source. Does the URL show in the source? Does the URL return the pic if you paste the image URL in the URL address bar?
Are you using clean URLs (advised). Are you having any other problems with the web site?
Shai
On Wed, Apr 14, 2010 at 4:06 PM, Mutuku Ndeti jnmutuku@gmail.com wrote:
I am using drupal 6.16 with fckeditor and imce. When I create a node and upload an image using imce or link external images on fckeditor, I am able to view the image. However, when I save the node and diplay it, the image is not showing.
This is also happening with custom image blocks
Please help.
-- [ Drupal support list | http://lists.drupal.org/ ]
Shai,
Yes it does show the pic when I paste the url on the address bar. I am using clean URL. This is happening on the live server and the copy of the website runnning on my localhost. I am not having any other problems(as far as I can tell). This particular problem is happening with both absolute and relative urls.
On Apr 14, 2010, at 3:06 PM, Mutuku Ndeti wrote:
I am using drupal 6.16 with fckeditor and imce. When I create a node and upload an image using imce or link external images on fckeditor, I am able to view the image. However, when I save the node and diplay it, the image is not showing.
This is also happening with custom image blocks
Usually when this happens to me it's because I forgot to update the input filters. You might need to set your input format for that field to full html, or go to site configurations -> input formats and enable an image specific filter for the formats you're using.
-Carl