amazontools 4.7.x-1.3
Prometheus6 - March 29, 2007 - 16:08
Official release from CVS tag: DRUPAL-4-7--1-3
Download: amazontools-4.7.x-1.3.tar.gz
Size: 28.63 KB
md5_file hash: 82492116d94bfb6aef13c5fe9e592f3e
First released: March 29, 2007 - 16:08
Last updated: March 29, 2007 - 16:10
Download: amazontools-4.7.x-1.3.tar.gz
Size: 28.63 KB
md5_file hash: 82492116d94bfb6aef13c5fe9e592f3e
First released: March 29, 2007 - 16:08
Last updated: March 29, 2007 - 16:10
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');
