Guest Posted June 6, 2004 Share Posted June 6, 2004 Anyone know which file I need to correct? 1064 - You have an error in your SQL syntax near '' at line 1 select p.products_id, pd.products_name, products_date_available as date_expected from products p, products_description pd where to_days(products_date_available) >= to_days(now()) and p.products_id = pd.products_id and pd.language_id = '1' order by date_expected desc limit sorry for the second post but I cannot find it. Rolf Link to comment Share on other sites More sharing options...
vasttech Posted June 6, 2004 Share Posted June 6, 2004 What page are you looking at when you get the error? That will be the page. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
Guest Posted June 6, 2004 Share Posted June 6, 2004 Duh, thank you. Rolf Link to comment Share on other sites More sharing options...
Guest Posted June 6, 2004 Share Posted June 6, 2004 Okay, its on my home page-index.php ,right? Ftped it off another of my stores and sent back up. Same thing. What am I missing? Rolf Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.