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

cayenne’s picture

I will try to replicate this.

I suspect that the problem is the exclamation mark in your attribute name.

Can you remove that?

mariagwyn’s picture

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.

cayenne’s picture

Status: Active » Closed (cannot reproduce)
cayenne’s picture

Status: Closed (cannot reproduce) » Fixed

Accidentally reproduced this. It came from later-added attributes and my not checking. Now I check.

cayenne’s picture

Status: Fixed » Closed (fixed)