Active
Project:
Wysiwyg ImageField
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 09:29 UTC
Updated:
18 Jul 2011 at 09:58 UTC
Hello,
When I insert an image with the wysiwyg button, the image seems to be downloaded, but not appear in my text. The url of the image does not correspond to a valid path: /fieldfile/ahah/xxxx/1
Do you have any solutions? I'm lost here ...
Should I use the "wysiwyg fields" module ?
Comments
Comment #1
kumkum29 commentedFor information, if I use only the module "Insert" I have no problem. I get this problem when I install the module "wysiwyg imagefield".
Thanks.
Comment #2
W.M. commentedThe same is observed in the latest developmental version for Drupal 7. The field provided by filefield_paths module is totally ignored (i.e. the uploaded image gets placed inside the root folder where public files should be placed).
Maybe the filefield_paths functions need to be loaded in the JS box ?!
Comment #3
W.M. commented