charlieku Posted December 12, 2009 Posted December 12, 2009 Button_update_cart.gif will not appear when called on my live site. I have a test site which is supposed to be a duplicate of the real one. The button appears when called on the test site, but will not on the live site. I have compared shopping_cart.php and stylesheet.css files site to site and they match. I increased security on the button to 755; it didn't help. I have replaced button_update_cart.gif on the live site with the one from the test site. Nothing I've done has corrected the problem. Any thoughts about what to try next, would be greatly appreciated. The live site is clarionword.com/shopping_cart.php. Thanks, Charlie
germ Posted December 12, 2009 Posted December 12, 2009 When I try to access a button directly with my browsee I get: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request That usually means a problem with a .htaccess file in one of these folders: /includes/languages/english/images/buttons/ I would go into those folders one at a time (starting with /includes) and rename the .htaccess file to text.htaccess until the images appear 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 >
charlieku Posted December 12, 2009 Author Posted December 12, 2009 Fantastic!!! The first one I changed corrected the problem. Do I now just leave the text.htaccess?
charlieku Posted December 12, 2009 Author Posted December 12, 2009 Thanks very much for the help. I guess I need to study a bit about the .htaccess file. Thanks again. C
germ Posted December 12, 2009 Posted December 12, 2009 Fantastic!!! The first one I changed corrected the problem. Do I now just leave the text.htaccess? Try removing this line from it: <RewriteRule articles.html articles.php> Rename it back and see how things go. 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 >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.