line 11 of amazon.module should be changed from:

if (module_exist('views')) {

to

if (module_exists('views')) {

otherwise the module fails to load

Comments

Chad_Dupuis’s picture

Status: Active » Closed (fixed)

never mind, I had inadvertently used the 4.7 module on 5 during an upgrade.... the 1.5 module for 5.x doesn't contain this line and module_exist will work on 4.x