I get the above message when trying to update vertical_tabs (release page: http://drupal.org/node/296094)

The MD5 I can see is: ef799c2887f114973955def16e69cf11

Comments

jabapyth’s picture

Is that the only plugin for which you are having trouble?

naheemsays’s picture

Yes. It seems to work for other modules/new installs too.

Grinch2171’s picture

It happens to me when trying to update any module.

giorgio79’s picture

Same here

jabapyth’s picture

Is this all in version 1.4? -- try updgrading

naheemsays’s picture

I have. on 1.7 at the moment.

naheemsays’s picture

Version: 6.x-1.4 » 6.x-1.7

A couple of things:

1. I tried to update to newest nightly and it failed with the above error. I tried reloading the metada but this did not fix the problem.

2. I disabled and uninstalled plugin_manager and re-enabled it. After running reload I was able to add the module to the install queue via search (having it ticked in the update page and clicking update and then visiting the install page did not list it) and it has not updated fine.

Anonymous’s picture

On the search page, is there anything extra showing up in the queue?

naheemsays’s picture

too late to check now - the problem is fixed since the reinstall of vertical_tabs.

matteoraggi’s picture

Trying to upgrade from node_import module rc4 to .dev I get the same error: The md5sum is incorrect for on www.forniture-alberghiere.net it is the main of a multisite.

giorgio79’s picture

Hi Joshua,

I just had this again, when trying to update six modules, and I checked the search queue is empty.

It only displays the red error message "The md5sum is incorrect for " without specifying which module.

It also displays the iframes for all six modules for reentering the md5sum.

giorgio79’s picture

I checked each module one by one, and I get this md5sum incorrect for the latest dev of xmlsitemap.

ari-meetai’s picture

I'm having that problem as well, and seemingly is for any [random] module.

Antinoo’s picture

me too (subscribing)

Antinoo’s picture

Some debug. When trying to update CCK to cck 6.x-3.x-dev, in the plugin_manager_cache folder I have a 427.497 bytes file, while the "original" file is 427.869 bytes. This means that the md5sum check routine is working good, and the issue should lie in the routine used to get the file from the server (function plugin_manager_get? drupal_http_request?).

Antinoo’s picture

I emptied the plugin_manager_cache/ folder, it downloaded again the file, it had the correct size, and CCK in the end has been updated.
I think it should be useful an "Empty cache" button...

giorgio79’s picture

+1 for Antinoo #16

Clearing the plugin manager cached folder in the files folder solved the md5sum is incorrect issue for me.

Anonymous’s picture

Version: 6.x-1.7 » 6.x-1.x-dev
Status: Active » Closed (fixed)

Since the removal of md5sum entries, this bug no longer exists.