Closed (fixed)
Project:
Who Bought What|Ubercart
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2011 at 23:06 UTC
Updated:
4 Jan 2013 at 00:18 UTC
I am getting an error every time I visit the report:
Notice: Undefined index: Paper Presenters only! in uc_who_bought_what_report() (line 134 of /home/site/public_html/sites/all/modules/uc_who_bought_what/uc_who_bought_what.module).
Since I have modified the module, the line might be off (I get the error with/without modification, I think). The line is:
$thisdatum = $mydata['attributes'][$myattrib['data']]; //might be null
Comments
Comment #1
cayenne commentedI will try to replicate this.
I suspect that the problem is the exclamation mark in your attribute name.
Can you remove that?
Comment #2
mariagwyn commentedI removed the explanation point, no luck. I only gave one example of the error, other don't have an '!'. I will keep checking for oddities though.
Comment #3
cayenne commentedComment #4
cayenne commentedAccidentally reproduced this. It came from later-added attributes and my not checking. Now I check.
Comment #5
cayenne commented