ryan007 Posted April 4, 2003 Share Posted April 4, 2003 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 More sharing options...
Guest Posted April 4, 2003 Share Posted April 4, 2003 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 More sharing options...
ryan007 Posted April 4, 2003 Author Share Posted April 4, 2003 I set the permissions to 666 and the images still don't appear Link to comment Share on other sites More sharing options...
burt Posted April 4, 2003 Share Posted April 4, 2003 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 More sharing options...
Guest Posted April 4, 2003 Share Posted April 4, 2003 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 More sharing options...
ryan007 Posted April 4, 2003 Author Share Posted April 4, 2003 thanks Link to comment Share on other sites More sharing options...
ryan007 Posted April 4, 2003 Author Share Posted April 4, 2003 i know how to chmod This is not a permissions issue, but thanks for your suggestions anyways Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.