Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Buttons not showing up


ameritone

Recommended Posts

Posted

Hi, Anyone out there to help, My buttons won't show up, what is wrong with them,

continue button, buy now button, etc..

www.tournamentcigars.com

Posted
Make sure that the images are in the proper direcory

 

cigarshop/images/

 

 

I added the buttons to all directories with images to even make sure and they still will not show up, is there a config file i have to change or something, because this is rattlin' my brain here

Posted

check your htaccess files if they restrict access to image files.

Posted
check your htaccess files if they restrict access to image files.

 

 

what do I need to do

This is what it says

# $Id: .htaccess,v 1.4 2001/04/22 20:30:03 dwatkins Exp $

#

# This is used with Apache WebServers

# The following blocks direct HTTP requests in this directory recursively

#

# For this to work, you must include the parameter 'Limit' to the AllowOverride configuration

#

# Example:

#

#<Directory "/usr/local/apache/htdocs">

# AllowOverride Limit

#

# 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)

#

# This does not affect PHP include/require functions

#

# Example: http://server/catalog/includes/application_top.php will not work

 

<Files *.php>

Order Deny,Allow

Deny from all

</Files>

Posted

thats good enough. check if there other htaccess files that may have

 

<Files *.jpg>

Order Deny,Allow

Deny from all

</Files>

 

or bmp or png or gif you know. And check the directory access rights in your hosts cpanel

Posted
thats good enough. check if there other htaccess files that may have

 

<Files *.jpg>

Order Deny,Allow

Deny from all

</Files>

 

or bmp or png or gif you know. And check the directory access rights in your hosts cpanel

 

ok, will check now

Posted

how this image directory is set? 644, 444?

 

this dir

http://tournamentcigars.com/cigarshop/incl.../images/buttons

 

here is the error

 

You don't have permission to access /cigarshop/includes/languages/english/images/buttons/button_buy_now.gif on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

there is also a 404

Posted

ok how about the parent dirs that lead to that image dir? whats their access modes?

 

and the images themselves access modes should be like 644.

Posted
ok how about the parent dirs that lead to that image dir? whats their access modes?

 

and the images themselves access modes should be like 644.

 

incliudes=744

languages=777

english=755

images=777

buttons=777

 

yes and the images are set to 644

Posted

seems that it works now and you should change the dir mods to 755 at least why should they have write access?

Posted
seems that it works now and you should change the dir mods to 755 at least why should they have write access?

 

Ok, I will do that, and THANK YOU ery much for your help and assistance, this was much needed, what a big help

 

some of the other images are not appearing though, shipping, contact etc..(continue buttons)

I will check the directory to make sure they are there

Archived

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

×
×
  • Create New...