Posted by mariagwyn on August 1, 2011 at 11:06pm
2 followers
Jump to:
| Project: | Who Bought What|Ubercart |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (cannot reproduce) |
Issue Summary
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
#1
I will try to replicate this.
I suspect that the problem is the exclamation mark in your attribute name.
Can you remove that?
#2
I 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.
#3