Guest Posted January 6, 2008 Share Posted January 6, 2008 For some reason, when you click on "Click to Enlarge", nothing happens...perhaps a script error? HELP! MAINLY, a MUCH larger issue.... If you click a product category on the left column (under Categories), you get the following error: Let's See What We Have Here 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '21' [TEP STOP] PLEASE HELP WITH THIS ERROR!!! The web url is http://www.PetsPl.us Quote Link to comment Share on other sites More sharing options...
Guest Posted January 6, 2008 Share Posted January 6, 2008 Second Problem I fixed! I just need the images fixed! Quote Link to comment Share on other sites More sharing options...
germ Posted January 6, 2008 Share Posted January 6, 2008 You're missing the javascript in the <head> section that is responsible for the popup window. I'd post it, but the forum butchers it everytime. Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
hooman Posted February 19, 2008 Share Posted February 19, 2008 You're missing the javascript in the <head> section that is responsible for the popup window. I'd post it, but the forum butchers it everytime. where can I get that javascript.. I have the same issue. Quote Link to comment Share on other sites More sharing options...
germ Posted February 19, 2008 Share Posted February 19, 2008 Look in the <head> section of your product_info.php Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > 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.