Closed (fixed)
Project:
Field Collection Table
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2011 at 15:05 UTC
Updated:
21 Jul 2011 at 21:31 UTC
I just installed 7.x-1.0-alpha1. After enabling the module I got the parser notice "Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 932 of \includes\bootstrap.inc)".
Per thread: http://drupal.org/node/1097310, I'm submitting a bug report here.
Comments
Comment #1
tvilms commentedI reviewed a related issue, http://drupal.org/node/1210626, and then installed the 7.x-1.x-dev version of this module instead of the alpha. The parser notice disappeared.
But from that other issue my takeaway is that at this stage it looks like we should be using the 7.x-1.x-dev version of Field_Collection instead of the 7.x-1.0-beta1 version.
Comment #2
tim.plunkettI forgot to make an issue for the fix I committed, sorry.
http://drupalcode.org/project/field_collection_table.git/commit/cab4f28
I'm waiting on #1210806: Add corollary to node_is_page() before I roll another alpha. I will add a note about using field_collection-7.x-1.x-dev to the project page.