Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout Error


Guest

Recommended Posts

Posted

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

Posted

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 >

Posted
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 :/

Posted
I am having the same problem but I am unable to find the catalog config file :/

catalog/includes/configure.php

or

includes/configure.php

Posted
catalog/includes/configure.php

or

includes/configure.php

Found it Thanks :)

 

but it says I don't have permission to edit it :/

Posted
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.

Posted
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 :)

Posted
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.

Posted
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.

Archived

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

×
×
  • Create New...