Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Account and Checkout link not working HELP


eddiev2001

Recommended Posts

Hey guys, this is the problem, WHen i click on "MY ACCOUNT" or "CHECKOUT" , i get PAGE CANNOT BE DISPLAYED

 

Currently running MySql 1.4 with PHP 4.3.4 ( Install Wizard )on IIS 5 Win 2k SP3

I manged to save and copy over a previous working PHP.ini when i formated windows.. Any suggestions?

 

At the moment i dont have SSL enabled in OSCOMMERCE under the admin panel

 

Session Directory /tmp

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions False

Recreate Session False

 

 

 

Should it be something in PHP.INI and where ?

 

thanks everybody ! ;)

Link to comment
Share on other sites

In both catalog and admin/includes/configure.php

Change:

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

to:

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

The_Bear

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...