The available updates page lists a Drupal core update, but does not attempt to install it. We never noticed this before because before Drupal 6.17, all core updates were security updates, and PM was ignoring those.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | plugin_manager_832464_4.patch | 728 bytes | DrewMathers |
Comments
Comment #1
jasondb commentedInteresting, is this the cause of http://drupal.org/node/349283 and http://drupal.org/node/763158 ?
-Jason
Comment #2
DrewMathers commentedJason,
The answer is yes and no. In #349283: Update doesn't work, the issue that you and mainer reported is this issue. I think the original poster's problem is something else. #763158: plugin manager stopped working also appears unrelated.
As a workaround, you can unselect Drupal from the update list.
This is happening because PM detects the available update, but has no mechanism for updating core files.
Comment #3
DrewMathers commentedHere is a fix:
In plugin_manager_admin.inc change line 533
This also includes the fix for #515042: updates marked as security update do not appear in the update list
Comment #4
DrewMathers commentedHere is the above fix as a patch against 6.x-1.x-dev (2011-Feb-25)
Comment #5
Anonymous (not verified) commentedThanks for the work. It has been committed.
Comment #6
DrewMathers commentedJoshua,
With this commit, the dev snapshot now has a lot of fixes for 6.x-1.10 bugs. Is it time for another release? I've been using the dev snapshot, and it seems pretty stable.