Closed (fixed)
Project:
Plugin Manager
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2010 at 18:27 UTC
Updated:
22 May 2011 at 22:01 UTC
Jump to comment: Most recent, Most recent file
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.