I have a site where suddenly on existing data I can no longer remove images. Seems to work with a brand new content item but it fails on existing content items. Its a item that contains 6 images. It doesnt matter what image I try to remove they all just sit and do nothing.

Logs show a page not found 08/21/2010 - 14:50 403.shtml
When you select the location on the error it shows this.

{ "data": "\x3cdiv class=\"messages error\"\x3e\nAn unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (10 MB) that this server supports.\x3c/div\x3e\n" }

These files are small gifs so file size is not the issue.

Ideas??

Thanks.

Comments

quicksketch’s picture

Status: Active » Closed (cannot reproduce)

Looks like a server configuration problem. FileField is hitting a 403 (access denied) message on your server when it tries to do its AJAX requests. As I haven't had any confirming reports and this issue hasn't seen any updates in 5 months, I'm going to close it directly. Please reopen if you are still having the problem.

quicksketch’s picture

anup.tilak’s picture

This happens because of jQuery Lib Version. With Drupal 6 we have jQuery 1.2 in misc. Please don't change that version with new one as ahaha.js is compatible with jQuery 1.2 not with new version of jQuery Lib. If you changed version with new one, on image remove it will through syntax error.

To over come above error and if you wish to have newer version of jQuery, user jQuery update module. This will give you updated jQuery Lib and will not create any conflict over ahaha.js or ajax call from drupal. Also don't include multiple jQuery Lib files in your site, this will create problem.