Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Check out not working


racetek82

Recommended Posts

Posted

I'm in the process of building my store, and I tried to test it out today, but came upon an error. After adding the items to the cart, I go to click the checkout button, and I get a white page with the message "No input file specified." at the top. Now this wasn't happening before, everything worked as normal. I don't think it was something I did either, because I have another cart that i just installed on another domain name, which hasn't been worked on yet, but it has the same problem. Can someone please help me out with this problem soon? Thanks so much in advance!

Posted

as per the post, go to your catalog/admin/includes/configure.php file....you can open it with wordpad. if you look at the server definitions, you should have these settings

 

 

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

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

Posted
as per the post, go to your catalog/admin/includes/configure.php file....you can open it with wordpad. if you look at the server definitions, you should have these settings

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

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

 

Okay, I checked and only found the second one you listed:

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

 

It was set to true, so I changed it to false and uploaded it back to the server, replacing the old file. This didn't change anything, I still have the same error page. I even tried deleting the HTTPS address, and even the entire define line, still no dice. Any more ideas?

Archived

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

×
×
  • Create New...