Just an update, it looks like I have a product listed in the products table that does not have a record in the products_description table. I believe this is causing the issue.
I may have to find a way to create a SQL Statement to identify any other orphan records.
select p.products_id from products p where not exists (Select pd.products_id from products_description pd where pd.products_id = p.products_id);
That Software Guy. My Store: Zen Cart Support Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.