I keep getting the following error when attempting to insert images into a page:
"An HTTP error 404 occurred.
/content/js_add_more/page/field_insert_image"
It seems kind of random, after my initial testing the wysiwyg_imagefield module appeared to be working.
Using latest standard releases of all required modules. Along with FCKeditor.
Is anyone else experiencing this error? Any suggestions where to check next? I've tried reinstalling modules, verified I can access:
example.com/content/js_add_more/page/field_insert_image
and it returns:
{ "data": "" }
Which appears to be correct. But when attempting to insert an image I get a javascript alert with the above error. The image appears in the wysiwyg editor but if I attempt to insert another image the wysiwyg_imagefield insert window opens up but is blank, no image field is listed.
Any suggestions appreciated.
Thanks!
Comments
Comment #1
internets commentedA bit more info:
I am able to insert an image into a page and save it.
When I paste content into the page body then try to insert an image the upload form opens, I browse to the image and click upload and the progress indicator just keeps spinning. In addition, the browser starts loading (Firefox loading indicator) but nothing happens and any attempts to cancel the upload and just try to save the page result in the browser displaying the loading indicator but nothing happens...
Looking in the log entries, there are page not found errors:
Location: example.com/filefield/ahah/page/field_insert_image/1
Referer: example.com/node/20/edit
Message: 500.shtml
This must not be due to wysiwyg_imagefield...
I am able to insert images and add pages but if I paste content from another page into the body, then attempt to insert images or save the page it results in page not found errors.