Hello,

We ran into a huge problem today,
The site in question was upgraded succesfully from 6.x and fields migrated to 7.0,

The image field seems to have an issue with ajax, images can be uploaded, but not deleted.

Once you press the delete button it shows the loading icon shortly and does nothing afterwards.
Every browser was checked to rule that out, no bugs or errors show up.

Please let me know if there is a fix.

Comments

Anonymous’s picture

Just a shot...do you have the Drupal for Firebug module enabled? It caused me a lot of problems with ajax, specifically images if I remember right

Jeffm’s picture

No, like i said, it was tested on various computers and outside the office too to lock out that it would be an issue like that.

Anonymous’s picture

The Drupal for Firebug module is a Drupal module, it's processed server-side. If you have it enabled and it's causing errors, the errors will be reproduced across all browsers and locations, regardless of whether the client has the Chrome/Firefox extension installed.

rfay’s picture

Category: bug » support

Please make sure you're running the latest dev release of Drupal, as 7.0 is getting mighty old now. A number of important fixes have been committed.

Jeffm’s picture

I am running the latest Dev version and the problem is still there.
It's hard to source the issue since its not throwing up any errors.

The delete button just does nothing, you click it and it loads for a second and then nothing happens.

I will keep experimenting

Jeffm’s picture

Status: Active » Closed (duplicate)

I found the problem, it's not with Drupal Core as i suspected but rather in the Field translate module part of Internationalization:

See http://drupal.org/node/1146894