Guest Posted July 7, 2003 Share Posted July 7, 2003 I installed this and am getting a database error on default.php. I have checked the file many times and am overlooking whatever the problem is. I get this sql message 1064 - You have an error in your SQL syntax near '0' and p.products_id = s.products_id and pd.products_id = s.products_id and p' at line 1 select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s where p.products_status = '1'' and p.products_customers_approved ='0' and p.products_id = s.products_id and pd.products_id = s.products_id and pd.language_id = '1' and s.status = '1' order by s.specials_date_added DESC limit 10 Anyone ran into this error before? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.