Download Size md5 hash
amazontools-4.7.x-1.3.tar.gz 28.63 KB 82492116d94bfb6aef13c5fe9e592f3e
amazontools-4.7.x-1.3.zip 35.13 KB f0f154e29a11df4003234250ecc5daf8
Official release from tag: 4.7.x-1.3
Last updated: December 24, 2010 - 22:28

The fix is to change every line that looks like this
$module_dir = drupal_get_path('module', 'amazon');

to this
$module_dir = base_path() . drupal_get_path('module', 'amazon');

nobody click here