karastevens Posted April 25, 2008 Posted April 25, 2008 I have received the following errore when I try to view a product in the administration screen...I know that this worked just fine, now for some reason it does not. 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 ' p.products_price1, p.products_price2, p.products_price3, p.products_price4, p.p' at line 1 select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_url, p.products_quantity, p.products_model, p.products_image, p.products_price, , p.products_price1, p.products_price2, p.products_price3, p.products_price4, p.products_price5, p.products_price6, p.products_price7, p.products_price8, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_price4_qty, p.products_price5_qty, p.products_price6_qty, p.products_price7_qty, p.products_price8_qty, p.products_qty_blocks, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.manufacturers_id from products p, products_description pd where p.products_id = pd.products_id and p.products_id = '30' [TEP STOP] If I replace the admin/categories.php with the one from just sepearate pricing it is fine, but when I try to overwrite the categories with the one from price breaks I go back to this message. Any Suggestions Quote
Jack_mcs Posted April 26, 2008 Posted April 26, 2008 Change this p.products_price, , p.products_price1 to this p.products_price, p.products_price1 Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
karastevens Posted April 28, 2008 Author Posted April 28, 2008 Change thisp.products_price, , p.products_price1 to this p.products_price, p.products_price1 Jack MUCH THANKS!!!!!!! Quote
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.
Note: Your post will require moderator approval before it will be visible.