dollyhudnall Posted January 22, 2006 Posted January 22, 2006 I have been working on setting up my site for over a month now. I am very new with all this. I just figured out today how to remove the color around the navigation boxes and add images to the boxes. The next issue is: any link clicked (create account, my account, checkout...) takes me to this page can not be displayed. I do have enabled to allow for checkout. The links on the products work and I can add to cart but I can not create an account or checkout. The program was installed through my sites cpanel via fantastico auto install. The database was created automatically. I don't know if there are some tables missing and if so how to go about finding them. I don't know much about PHP either. Take a look at the site please http://www.1stopbargainspot.com and tell me what you think. Thanks in advance for your help. Dolly
ChrisHoward Posted January 23, 2006 Posted January 23, 2006 Its because it is looking for those pages on your HTTPS site as the address shows: https://1stopbargainspot.com/account.php Therefore either alter the configure files to remove the HTTPS links or upload the relevant files to your SSL server. HTH
dollyhudnall Posted January 23, 2006 Author Posted January 23, 2006 Thank you very much for the quick reply. When I openen the configure file I saw: define('ENABLE_SSL', true); // secure webserver for checkout procedure? I currently do not have a secure server and am in the process of getting one. So I changed it to define('ENABLE_SSL', false); // secure webserver for checkout procedure? and the checkout and create account links now work. Thanks again, Dolly
Recommended Posts
Archived
This topic is now archived and is closed to further replies.