Guest Posted September 3, 2008 Posted September 3, 2008 Hello All: I do appreciate your assistance for a newbie. Thank you. It would seem I have my store set up and ready to go - however, when attempting to Checkout to do the payment - I get a Internet Explorer cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address. What you can try: Diagnose Connection Problems More information This also happens if I click LOGIN or CREATE AN ACCOUNT. Can anyone point me to what I have obviously missed. Is it a CUSTOMER SETUP problem? Thanks B) Dumarest
germ Posted September 3, 2008 Posted September 3, 2008 Turn SSL off in your catalog configure file: define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure? 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 >
Blani Posted September 7, 2008 Posted September 7, 2008 Turn SSL off in your catalog configure file: define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure? I am having the same problem but I am unable to find the catalog config file :/
Guest Posted September 7, 2008 Posted September 7, 2008 I am having the same problem but I am unable to find the catalog config file :/ catalog/includes/configure.php or includes/configure.php
Blani Posted September 7, 2008 Posted September 7, 2008 catalog/includes/configure.phpor includes/configure.php Found it Thanks :) but it says I don't have permission to edit it :/
Guest Posted September 7, 2008 Posted September 7, 2008 Found it Thanks :) but it says I don't have permission to edit it :/ ftp the file to your pc, edit it there, and ftp it back to overwrite the original.
Blani Posted September 7, 2008 Posted September 7, 2008 ftp the file to your pc, edit it there, and ftp it back to overwrite the original. Sometimes I am so slow.. Thanks so much :)
Blani Posted September 7, 2008 Posted September 7, 2008 Sometimes I am so slow.. Thanks so much :) Well dern I did what you suggested now I get this error at my site Warning: I am able to write to the configuration file: /home/tlalley/public_html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. I am the only user.
Guest Posted September 7, 2008 Posted September 7, 2008 Well dern I did what you suggested now I get this error at my site Warning: I am able to write to the configuration file: /home/tlalley/public_html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. I am the only user. You need to change the permission on the file. I use filezilla and the permissions on the file on the web do not change when I do what I said. Use your web hosts contol panel, go to file manager, use that to change (chmod) the file to 644.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.