Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't see certain buttons in language directory


ryan007

Recommended Posts

I can't see certain buttons in the language directory

 

primarily: quick find, in cart, update cat, checkout, continue shopping

 

 

I look at the html source code and the paths are correct, but still no pictures.

 

I checked the directory settings and I have the permissions set right

 

 

If anybody has a clue about what I am talking about, I would appreciate any insight into this problem

Link to comment
Share on other sites

if the files are there and everything else looks good, then check the permissions on the individual files - they may be set wrong 8)

Link to comment
Share on other sites

In your httpd.conf, you need to do:

# 

# Each directory to which Apache has access, can be configured with

# respect 

# to which services and features are allowed and/or disabled in that 

# directory (and its subdirectories). 

# 

# First, we configure the "default" to be a very restrictive set of 

# permissions. 

# 

<Directory /> 

Options FollowSymLinks Includes 

AllowOverride AuthConfig FileInfo Limit 



</Directory>

 

Make sure the Limit is in there.

 

Other option: Remove the .htaccess from the includes directory.

Link to comment
Share on other sites

hmmm - i helped someone with this same issue last night and it was permissions that were a problem (even tho the folder was set correctly, the individual files were set wrong)

 

try setting one of the unseen images to 777 and see what happens :?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...