Guest Posted July 21, 2008 Posted July 21, 2008 I'm getting this error when I click on a sub category. 0 - select count(p.products_id) as total from products_description pd, products p left join manufacturers_info m on (p.manufacturers_id = m.manufacturers_id AND m.languages_id = 1 ), products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '28' If I click on a category, there are no errors. It's only for sub categories. Here is the link to the site that I'm working on. RDZ Fine Art Any help would be appreciated.
FIMBLE Posted July 21, 2008 Posted July 21, 2008 Looks like a PHP5 issue, there are other posts on here for this, try a search. Sorry I cannot remember it! There is also a contribution for this try searching there too. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted July 21, 2008 Posted July 21, 2008 Yeah, when I did my search earlier I thought it was the same thing. I went to the contribution for it, made the changes and the problem was still there. :( Thank you for your response though. :)
♥toyicebear Posted July 21, 2008 Posted July 21, 2008 You can try to check these 2 files against the same files in an osCommerce version newer than: 2.2 Milestone 2 060817 index.php includes/classes/split_page_results.php (If all else fails try to add a manufacturer in your admin and see if that helps) Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.