Active
Project:
Ubercart theSTC.com Taxes
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 01:34 UTC
Updated:
29 Jan 2010 at 00:40 UTC
when i try to install the module i get this error: "Fatal error: Call to undefined function system_schema() "in stc_taxes.install on line 206"
Comments
Comment #1
holsworth commentedComment #2
kruser commentedI'm getting this too!
Fatal error: Call to undefined function system_schema() in /sites/all/modules/stc_taxes/stc_taxes.install on line 206
Drupal: 6.14
Ubercart: 6.x-2.0
Comment #3
tronathan commentedI did some research on this problem and applied the fix found at:
http://drupal.org/node/634556
It looks like the method used to get the schema is different in the fixed version. For posterity, here is the code:
/modules/stc_taxes/stc_taxes.install line 213:
Should be:
The module would then install properly. I did not test its functionality, but the drupal path:
displays what I would expect.