Well, I had a ton of information on there that got lost.... basically there is a bug in /includes/classes/usu.php
change:
$check = $GLOBALS['db']->Execute(
"SELECT pt.products_type
to:
$check = $GLOBALS['db']->Execute(
"SELECT p.products_type
And you will not get the error message I tried to post.
#10 zen_catalog_href_link() called at [/home/com/public_html/site/admin/category_product_listing.php:861]
--> PHP Fatal error: 1054:Unknown column 'pt.products_type' in 'field list' :: SELECT pt.products_type
FROM product_types pt
INNER JOIN products p
ON p.products_id = pt.type_id
WHERE pt.type_id = 35259
LIMIT 1 ==> (as called by) /home/com/public_html/site/includes/classes/usu.php on line 457 <== in /home/com/public_html/site/includes/classes/db/mysql/query_factory.php on line 171.
Was there a quick and simple fix for the Enable Automatic Redirects that I could make on this version of my code?
Bookmarks