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

mradcliffe’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

Crap. 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.

mradcliffe’s picture

Status: Active » Fixed

Okay, fixed and tested. That was a quick version :(

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.