Closed (fixed)
Project:
Ubercart
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Feb 2009 at 19:29 UTC
Updated:
17 Feb 2009 at 22:50 UTC
Jump to comment: Most recent file
If Google Analytics for Ubercart is used (with "Latest" tracking code, not "Legacy") without the Taxonomy module, a fatal error is generated. The code does not check on line 137 for the existence of Taxonomy before calling it (as happens correctly on line 106).
Fatal error: Call to undefined function taxonomy_node_get_terms() in /all/modules/ubercart/uc_googleanalytics/uc_googleanalytics.module on line 137
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_googleanalytics.patch | 1.05 KB | rszrama |
Comments
Comment #1
rszrama commentedThanks for the report. I fixed this in the 1.x and 2.x versions. It will be in the next release.
I've attached the patch for the 1.x fix.
Comment #2
bweichel commentedImpressive turnaround time. Thanks!