Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to create account


mergesort

Recommended Posts

got an error when trying to create a user account -

 

after installation and cofiguration, i can view my online store and i can also add items to shopping cart, but i always get "page cannot be displayed" error when i try to either checkout or create an account.

 

would somebody help please? thanks a lot..

Link to comment
Share on other sites

well im not sure of your config, but when you request login, create account, and checkout the page requests an ssl server port, license and such. it would be https://www.your-site.com instead of http://www.your-site.com. if your ssl is wacky then it wont find the domain with https . if you have an ssl server set up with a key and is working properly then something i cant answer is strange. but if you dont have the ssl setup or it is malconfigured the page will request ssl.

 

one thing to try is go to includes.configure.php (or includes/local/configure.php if exists) and change the line define('ENABLE_SSL', true); to define('ENABLE_SSL', false);

 

that will disable ssl request on your site for testing purposes but I strictly do not recommened for a live site, as your information passed of the internet will be not encrypted.

"Chooca ma blah blah"

Link to comment
Share on other sites

Do you have a SSL Cert? If not, using a text editor check your includes/configure.php and change this line:

 

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

 

To:

 

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

 

Then FTP the corrected file to your server.

 

You may also have to do this in the /admin/includes/configure.php.

 

 

Note: DO NOT use the file manager in admin to edit the files, there is a glitch that fill hose up your files. Also, backup your files before making any changes.

 

Hope this helps.

 

P.S. If the error continues, post your includes/configure.php here minus the database login information and we may be able to find the error.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Link to comment
Share on other sites

i got it, thank you :)

 

 

Do you have a SSL Cert? If not, using a text editor check your includes/configure.php and change this line:

 

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

 

To:

 

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

 

Then FTP the corrected file to your server.

 

You may also have to do this in the /admin/includes/configure.php.

Note: DO NOT use the file manager in admin to edit the files, there is a glitch that fill hose up your files. Also, backup your files before making any changes.

 

Hope this helps.

 

P.S. If the error continues, post your includes/configure.php here minus the database login information and we may be able to find the error.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...