imoore Posted January 3, 2010 Posted January 3, 2010 I just added this PISS add on and having some trouble working it. 9) go to catalog/popup_image.php and REPLACE the line where the image is drawn with this: How does the line where the image is drawn look ?? Not too sure what im looking for. All help appreciated. Quote
imoore Posted January 3, 2010 Author Posted January 3, 2010 found the answer somewhere else but now when i try and click on a product. i get this error. Anyone understand it ? 1054 - Unknown column 'p.products_slide_images' in 'field list' select p.products_slide_images, p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p, products_description pd where p.products_status = '1' and p.products_id = '27' and pd.products_id = p.products_id and pd.language_id = '1' [TEP STOP] Quote
Guest Posted January 3, 2010 Posted January 3, 2010 Ian, Did you run the SQL query the contribution came with ? It is looking for a column in the database that is NOT there. Chris Quote
imoore Posted January 3, 2010 Author Posted January 3, 2010 Hey Chris , sorry I havent posted this up but yeah that was a problem. I figured it , I ran the query on the wrong database of course! But now that the query has gone through and that. I have encountered this error : Fatal error: Call to undefined function flusholdcachedimages() in /home/a2723604/public_html/catalog/product_info.php on line 128 NO clue how to fix this or why its happening for that matter. Searched but cant find anything. Quote
♥geoffreywalton Posted January 3, 2010 Posted January 3, 2010 You are trying to run some code called flusholdcachedimages() Guess you need to recheck all the changes required were made. Probably to /includes/functions/generalphp G Quote Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
imoore Posted January 3, 2010 Author Posted January 3, 2010 thanks a lot mate. That was the problem I reckon but of course it was out of frying pan and into the fire with this one. Now it reads : Fatal error: Cannot redeclare tep_set_banner_status() (previously declared in /home/a2723604/public_html/catalog/includes/functions/general.php:698) in /home/a2723604/public_html/catalog/includes/functions/banner.php on line 23 Quote
imoore Posted January 3, 2010 Author Posted January 3, 2010 thanks a lot mate. That was the problem I reckon but of course it was out of frying pan and into the fire with this one. Now it reads : Fatal error: Cannot redeclare tep_set_banner_status() (previously declared in /home/a2723604/public_html/catalog/includes/functions/general.php:698) in /home/a2723604/public_html/catalog/includes/functions/banner.php on line 23 This particular command is obviously repeating itself twice but where I am not sure. And if I found it , should one delete it or ? Quote
Guest Posted January 3, 2010 Posted January 3, 2010 Ian, I suggest you go through the installation steps again. It would seem many errors were made and their are still errors present. Chris Quote
imoore Posted January 3, 2010 Author Posted January 3, 2010 Just did the whole thing again with great attention to detail but no luck. Still reading exactly the same error. 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.