Aye Poppin Posted May 18, 2008 Posted May 18, 2008 I loaded the big image coding. Got my admin working correctly. Now I get this on my pop up images. 1064 - You have an error in your SQL syntax near 'p left join products_description pd on p.products_id = pd.products_id where p.pr' at line 1 select pd.products_name, p.products_image, p.products_bimage products p left join products_description pd on p.products_id = pd.products_id where p.products_status = '1' and p.products_id = '75' and pd.language_id = '1' Probably simple but I am no good at this stuff. Please help!
spooks Posted May 18, 2008 Posted May 18, 2008 I loaded the big image coding. Got my admin working correctly. Now I get this on my pop up images. 1064 - You have an error in your SQL syntax near 'p left join products_description pd on p.products_id = pd.products_id where p.pr' at line 1 select pd.products_name, p.products_image, p.products_bimage products p left join products_description pd on p.products_id = pd.products_id where p.products_status = '1' and p.products_id = '75' and pd.language_id = '1' Probably simple but I am no good at this stuff. Please help! Try select pd.products_name, p.products_image, p.products_bimage from products p left join products_description pd on p.products_id = pd.products_id where p.products_status = 1 and p.products_id = 75 and pd.language_id = 1 B) Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Aye Poppin Posted May 18, 2008 Author Posted May 18, 2008 ok I changed that but it didn't change it on the site?
Aye Poppin Posted May 19, 2008 Author Posted May 19, 2008 ok now I get this! 1146 - Table 'osdb.p' doesn't exist and when I out the original popup_image code for the catalog it works-very weird!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.