Could be an add-on or something you've modified yourself. Something is looking for category information and not finding it.
Might help if we new versions and add-ons.
Could be an add-on or something you've modified yourself. Something is looking for category information and not finding it.
Might help if we new versions and add-ons.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Thanks for the response.
Im using Zen Cart 1.3.8a.
There is no addons that i know of that are installed. The only things installed is my live chat and google analytics....
There are some twelve files that use that select call. You'll need to checkout which one has tanked.
Go to Tools in the admin and then developers tool kit.
Enter "SELECT c.categories_id" in the Key or Name block, select All files - Catalog/Admin, and click on the search button. This results in the 12. Add the next character in the SELECT statement, comes back with nothing on the system I checked. It does not have chat nor analytics.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
This is what i got:
Searching 35 files ... for: SELECT c.categories_id
/home/heyyo3/public_html/shop/admin/includes/functions/general.php
Line #205 : $categories = $db->Execute("select c.categories_id, cd.categories_name, c.parent_id
Line #2563 : $categories_query = "select c.categories_id, cd.categories_name
/home/heyyo3/public_html/shop/includes/functions/functions_categories.php
Line #126 : $categories_query = "select c.categories_id, cd.categories_name, c.categories_status
Is this bad>?
I do not find the select call in any standard Zen Cart file. I'd back out of the add-ons till you find the culprit.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
How do I find where my add ons are?