Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

where have my button images gone?


Guest

Recommended Posts

Posted

Hi, I'm currently trying to install an online shop onto my current website. Everything seems to be going ok except the button images for things such as Quick Find, Add To Cart, Reviews, Tell A Friend etc are not being downloaded. All I get is the image missing 'X', and the image alt attribute text.

As all these images are stored in the same folder, I am assuming there must be some kind of connection. If I try and enter the full file path into the address bar in an attempt to display just the image in the browser I get an internal server error.

Is this anything that anyone else has come across, and if so how did you solve it?

 

Many thanks.

Posted

The button images are normally in l\includes\languages\english\images\buttons

 

Are they there?

 

Do the links point to these images?

 

What are the permissions on the directories and the individual image files?

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

Hi Geoffrey,

The files are there, and the src attributes point to them! How do I check the file permissions and which files should I start with?

Posted

Edit includes/.htaccess to the following, and then the button images should show up:

 

<Files "*.php">
Order Deny,Allow
Deny from all
</Files>

 

Vger

Posted

Thanks Vger, that hasn't worked any other ideas?

Posted

Type in the full URL to a button in your browser.

 

Something like:

 

http://yourdomain.com/catalog/includes/languages/english/images/buttons/button_continue.gif

If you get the "This page cannot be displayed", then either you didn't type it in correct or you probably still have a .htaccess or permission problem.

 

If it shows up, but as the red X, try FTP'ing the button images to the site again but use BINARY mode not TEXT or ASCII mode.

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 >

Posted

Delete the includes/.htaccess file. As long as Directory Browsing is disabled on your server (which it should be) then the file is not needed anyway. If Directory Browsing is enabled then you can just drop an empty index.html file into each folder from the includes/ level and above and you can then delete the includes/.htaccess file.

 

Vger

Thanks Vger, that hasn't worked any other ideas?
Posted

Have you tried deleting the .htaccess file in the includes directory? I had this problem and that solved it for me

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...