Closed (fixed)
Project:
Administrative pages
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Feb 2011 at 16:09 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
Comments
Comment #1
Blooniverse commented... will try my best to have a look tomorrow.
Comment #2
Blooniverse commented... please try out the most current 'Administrative pages 7.x-1.x-dev (2011-Feb-25)'. Don't forget to give feedback.
Comment #3
Blooniverse commentedOkay, the core module 'Update' seems to have a problem with the two arrays
$results['log']and$results['tasks']. Update's error message 'Undefined index' means that a particular value should be available -- but is not. I've come across dozens of these errors since the release of Drupal7 -- usually these occur due to an invalidly formulated or non existing check/validation (e.g. a lackingisset()) before the usage of an array element or variable.Since my role as a co-maintainer of this module is very fresh/new, I'd like to ask @casey: Should 'Administrative Pages' define something, which is not defined yet? Or should we hand this issue over to the core module 'Update'?
update.authorize.inc
Comment #4
Blooniverse commented+Issue tag
Comment #5
casey commentedI cannot reproduce. I guess this was a core issue, which is fixed in the mean time.
Though please re-open if you still encounter this error.