Jump to content


Corporate Sponsors


Latest News: (loading..)

danil0

Member Since 29 Dec 2005
Offline Last Active Oct 29 2011, 07:55
-----

Topics I've Started

error login

09 April 2011, 19:36

Hello suddenly, after 2-3 years of normal use, I cannot login with my customer test account I have for testing reasons... I m getting this error message:

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 '?products_id=100,186)' at line 1

select p.products_id, find_in_set('0', products_hide_from_groups) as hide_or_not, find_in_set('0', categories_hide_from_groups) as in_hidden_category from products p left join products_to_categories p2c using(products_id) left join categories c using(categories_id) where p.products_id in (88,46,100,39?products_id=100,186)

[TEP STOP]

This is a big problem because I guess that many customers probably cannot login either...
Can anyone help me?