Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted

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]

Posted

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

Posted

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.

Posted

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

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 ======>>>>>.

Posted

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

Posted

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 ?

Posted

Ian,

 

 

I suggest you go through the installation steps again. It would seem many errors were made and their are still errors present.

 

 

 

 

 

Chris

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...