Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2009 at 00:34 UTC
Updated:
16 Jan 2011 at 04:00 UTC
Getting a slew of notice: Undefined index: title in /.../sites/all/modules/advanced_forum/includes/template_preprocess_advanced_forum_topic_list_view.inc on line 148. for each views field. No clue why.
Michelle
Comments
Comment #1
michelleThe line in question is:
$variables['rows'][$num][$column] .= $field_output;and the page appears to be working just fine. All the rows are showing up. Very strange.
Michelle
Comment #2
michelleChanging this to a more generic issue.
/forum
/forum/container
/forum/forum
/forum-node
These are AP related but sticking them here for now:
Comment #3
michelleUpdated list:
/forum
Code:
/forum/individual_forum
Code:
Comment #4
troky commentedIt look's like messing $vars with $variables.
Comment #5
michelleHuh... Sure enough. I use $variables, not $vars and missed that. Wonder how it's working at all with a goof like that? LOL! Thanks for seeing it.
Michelle
Comment #6
michelleThat was odd. After fixing this, I had an extra line between the last comment author and last comment time. Turns out I had been compensating for the bug without realizing it and had to go remove the extra br from the field rewrite in the views.
Committed that fix, thanks.
Leaving this active because I don't have notices on at the moment to see if any of the other ones are still there.
Michelle
Comment #7
michelleGot them all fixed at the moment. Will check periodically to make sure I didn't add new ones.
Michelle