Guest Posted September 16, 2013 Posted September 16, 2013 http://alturl.com/tk7wb Something very estrange Everything works fine on chrome, and explorer But in Firefox Shows an error 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and p.products_id = pc.products_id AND c.categories_id = pc.categories_id' at line 8 select c.categories_id FROM products p, products_to_categories pc, categories c, categories_description cd WHERE p.products_id in () and p.products_id = pc.products_id AND c.categories_id = pc.categories_id AND p.products_status = '1' AND c.categories_id = 23 AND c.categories_id = cd.categories_id AND cd.language_id = '1' LIMIT 1
burt Posted September 17, 2013 Posted September 17, 2013 I see no error in Firefox. [b][b]WHERE p.products_id in () [/b][/b] is incorrect, here you should have 1 or more product id's
Guest Posted September 17, 2013 Posted September 17, 2013 Thanks the pic just taken, shows how is the error on my firefox... is something with my firefox? http://oi40.tinypic.com/2uztpnr.jpg
Guest Posted September 17, 2013 Posted September 17, 2013 I guess the problem is local to you, because I've visited the site and got no error in my FF when accessing cPath=22. Can you check your site using FF from another PC (a friend or so)?
Bob Terveuren Posted September 17, 2013 Posted September 17, 2013 Hi - can you post the chunk of code that is generating the SQL query - there should be an array in there that's missing
tgely Posted September 17, 2013 Posted September 17, 2013 There is an inconsistent query string when cPath=22. categories_id = 23 Your query string is misconfigured. Your browser system probably hurt. Try to delete cookies or session. osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.