Closed (fixed)
Project:
Viewfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 06:32 UTC
Updated:
20 Apr 2009 at 19:00 UTC
When enabling this module (using a -dev release of Drupal core which has E_ALL reporting), I get:
notice: Undefined index: title in /Users/webchick/Sites/brainstorm/sites/all/modules/viewfield/viewfield.module on line 174.
Comments
Comment #1
webchickThis also happens on pages like admin/content/node-type/problem/fields too.
Comment #2
webchickWow. Here's what it looks like on the screen after you add the field (admin/content/node-type/problem/fields/field_XXX)
Comment #3
jerdavisIck! Looking into it...
Comment #4
jerdavisI just committed some changes which should clean up *MOST* of these. The vname and vargs notices from 326 and 347 still need to be addressed however. Let me know what you find!
Jer
Comment #5
darren ohFixed some instances of "Undefined index: #node" in CVS commit 179438. Fix mentioned in comment #4 was CVS commit 170664.
Comment #6
darren ohRemaining problem was fixed in CVS commit 193572.