Posted by Prometheus6 on March 29, 2007 at 4:08pm
| 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 |
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');