ameritone Posted September 12, 2005 Posted September 12, 2005 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
kgt Posted September 12, 2005 Posted September 12, 2005 Did you double-check that images exist in the cigarshop/includes/languages/english/images/buttons/ directory? Contributions Discount Coupon Codes Donations
ameritone Posted September 12, 2005 Author Posted September 12, 2005 Did you double-check that images exist in the cigarshop/includes/languages/english/images/buttons/ directory? <{POST_SNAPBACK}> yes they are in that directory
MoisesZaragoza Posted September 12, 2005 Posted September 12, 2005 Make sure that the images are in the proper direcory cigarshop/images/ at the end of the day the code will be good
MoisesZaragoza Posted September 12, 2005 Posted September 12, 2005 You may also want to make sure that the name are spell the same at the end of the day the code will be good
ameritone Posted September 12, 2005 Author Posted September 12, 2005 Make sure that the images are in the proper direcory cigarshop/images/ <{POST_SNAPBACK}> 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
Guest Posted September 12, 2005 Posted September 12, 2005 have you forgot to set the right permissions to this dir? http://tournamentcigars.com/cigarshop/incl.../images/buttons shouldnt forbid all access. http://tournamentcigars.com/cigarshop/incl...ton_buy_now.gif
ameritone Posted September 12, 2005 Author Posted September 12, 2005 what do you mean, what permission is needed(CHMOD)
ameritone Posted September 12, 2005 Author Posted September 12, 2005 have you forgot to set the right permissions to this dir? http://tournamentcigars.com/cigarshop/incl.../images/buttons shouldnt forbid all access. http://tournamentcigars.com/cigarshop/incl...ton_buy_now.gif <{POST_SNAPBACK}> Permissions are set to 775, is that ok???
Guest Posted September 12, 2005 Posted September 12, 2005 check your htaccess files if they restrict access to image files.
ameritone Posted September 12, 2005 Author Posted September 12, 2005 check your htaccess files if they restrict access to image files. <{POST_SNAPBACK}> 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>
Guest Posted September 12, 2005 Posted September 12, 2005 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
ameritone Posted September 12, 2005 Author Posted September 12, 2005 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 <{POST_SNAPBACK}> ok, will check now
ameritone Posted September 12, 2005 Author Posted September 12, 2005 what do I need to look for in the directory access rights??, I am in the cPanel now
Guest Posted September 12, 2005 Posted September 12, 2005 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
ameritone Posted September 12, 2005 Author Posted September 12, 2005 how this image directory is set its set? 644, 444? this dir http://tournamentcigars.com/cigarshop/incl.../images/buttons <{POST_SNAPBACK}> 775
Guest Posted September 12, 2005 Posted September 12, 2005 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.
ameritone Posted September 12, 2005 Author Posted September 12, 2005 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. <{POST_SNAPBACK}> incliudes=744 languages=777 english=755 images=777 buttons=777 yes and the images are set to 644
Guest Posted September 12, 2005 Posted September 12, 2005 seems that it works now and you should change the dir mods to 755 at least why should they have write access?
ameritone Posted September 12, 2005 Author Posted September 12, 2005 seems that it works now and you should change the dir mods to 755 at least why should they have write access? <{POST_SNAPBACK}> 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
ameritone Posted September 12, 2005 Author Posted September 12, 2005 seems that it works now and you should change the dir mods to 755 at least why should they have write access? <{POST_SNAPBACK}> Got it, thank you oh so much for your help, I really appreciate it!!!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.