Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
update.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2013 at 02:57 UTC
Updated:
1 Dec 2014 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jenlamptonNevermind, it looks like this is a core issue. Not related to our sandbox :)
Comment #1.0
jenlamptonadd more words
Comment #2
tim.plunkettThe actual error was on the next page:
User error: "data" is an invalid render array key in element_children() (line 6009 of core/includes/common.inc).Comment #3
dcam commentedhttp://drupal.org/node/1427826 contains instructions for updating the issue summary with the summary template.
The summary may need to be updated with information from comments.
Comment #4
alimac commentedI'm going to work on updating the issue summary.
Comment #4.0
alimac commentedupdate to match core instad of sandbox
Comment #5
alimac commentedUpdated issue summary.
Comment #5.0
alimac commentedUpdated issue summary to use template.
Comment #5.1
yesct commentedadded related, maybe duplicate
Comment #6
valthebaldTagging
Comment #7
mgifford2: drupal-1885788-2.patch queued for re-testing.
Comment #8
yesct commentedComment #9
Anonymous (not verified) commentedI've tried to reproduce the issue, but wasn't able to. It's likely that this is no longer relevant.
There is no need for a reroll, since the patch still applies.
The issue marked as related is about an out of memory exception, whereas this is about an issue while rendering. I don't think they are related.
Comment #11
jhedstromPatch no longer applies. From what I can tell this will still be an issue:
Since a string is still being passed into the
dataitem, rather than an array as the patch above does.Comment #12
alimac commentedI re-rolled the patch (per instructions: https://www.drupal.org/patch/reroll) and verified that it applies cleanly to HEAD.
Comment #13
jhedstromThis is still an issue,
Element::children()still throws an error on this render array as it is returned now. The patch fixes the error.Comment #14
yesct commentedComment #15
yesct commentedthe issue was verified to still be a problem in #11 and #13. removing the tag.
Comment #16
alexpottThis issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed 9792a0d and pushed to 8.0.x. Thanks!