Hi Phil,
I posted a new post earlier today re an issue I was having with MySQL after installing 4.5.1 but I belive this issue may be related to the ability theme. What do you think?
Here is what I get via email
Code:
SQL query : SELECT pr.productid, pr.product, mem.membershipid FROM xcart_products_categories AS cat, xcart_products AS pr LEFT JOIN xcart_product_memberships AS mem ON mem.productid = pr.productid WHERE cat.categoryid = '5' AND pr.productid = cat.productid AND pr.forsale='Y' ORDER BY pr.product
Error code : 1054
Description : Unknown column 'pr.product' in 'field list'
Request URI: /product.php?productid=9
Backtrace:
/var/www/vhosts/robertsonpackaging.com/subdomains/dev.robertsonpackaging.com/include/func/func.db.php:308
/var/www/vhosts/robertsonpackaging.com/subdomains/dev.robertsonpackaging.com/include/func/func.db.php:208
/var/www/vhosts/robertsonpackaging.com/subdomains/dev.robertsonpackaging.com/include/func/func.db.php:488
/var/www/vhosts/robertsonpackaging.com/subdomains/dev.robertsonpackaging.com/ability_next_prev.php:3
/var/www/vhosts/robertsonpackaging.com/subdomains/dev.robertsonpackaging.com/product.php:339