Closed (fixed)
Project:
Xero API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 13:59 UTC
Updated:
2 May 2012 at 03:30 UTC
When I try to enable the module, I get the following error:
Fatal error: Call to undefined function xero_php_load() in [...]/sites/all/modules/xero/xero.install on line 52
I checked and the line in question was added in the last commit.
xero_php_load() is declared in xero.module which obviously isn't available to xero.install.
Comments
Comment #1
mradcliffeCrap. It passes tests because the .module file is already loaded in simpletest.
The commit here did it: #959240: Nonexistent/unreadable Xero cert/key files cause WSOD.
Comment #2
mradcliffeOkay, fixed and tested. That was a quick version :(