This is odd. I've uploaded all the correct files to all the correct folders and verified that I'm using the correct permissions (755 for folders and 644 for files) concerning this module. When I try to install the module I get an error saying "Internal Server Error". However, I've noticed that both new boxes for the module are indeed located under the tools and reports menu but nothing new is in the configuration section. When I click on the link in the tools or reports section to use the mod I get an error reading of that below. Being that I'm no database guru I have no idea what it means.......

Ian

1146 Table 'redlines_zen.scart' doesn't exist
in:
[SELECT cb.customers_id, cb.products_id, cb.customers_basket_quantity, cb.customers_basket_date_added, cus.customers_firstname, cus.customers_lastname, cus.customers_telephone, cus.customers_email_address, sc.datemodified FROM customers_basket cb LEFT JOIN customers cus ON (cb.customers_id = cus.customers_id) LEFT JOIN scart sc ON (cb.customers_id = sc.customers_id) WHERE cb.customers_basket_date_added >= '20101028' AND cb.customers_id NOT IN ('') ORDER BY cb.customers_id ASC, cb.customers_basket_date_added DESC]