Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Having problems cutsomer login and create account


dawndmd

Recommended Posts

I don't know what is going on but I am having problems with log in and creating an accout. This is what I get

 

Not Found

The requested URL /store/create_account.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/1.3.37 Server at digitalcityhosting.com Port 443

 

 

AND

 

Not Found

The requested URL /store/login.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/1.3.37 Server at digitalcityhosting.com Port 443

Link to comment
Share on other sites

If you dont have a ssl certificate install, the in both catalog and admin/includes/configure.php change this:

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

OK, that works now, but I am still having errors when I checkout:

 

Warning: Cannot modify header information - headers already sent by (output started at /home/dawndmd/public_html/store/includes/functions/banner.php:127) in /home/dawndmd/public_html/store/includes/functions/general.php on line 33

 

 

errors when I click "view products webpage":

 

Warning: Cannot modify header information - headers already sent by (output started at /home/dawndmd/public_html/store/includes/functions/banner.php:127) in /home/dawndmd/public_html/store/includes/functions/general.php on line 33

 

 

And when I click "write review":

 

Warning: Cannot modify header information - headers already sent by (output started at /home/dawndmd/public_html/store/includes/functions/banner.php:127) in /home/dawndmd/public_html/store/includes/functions/general.php on line 33

 

My link is http://www.branicdesigns.com/store

 

This is all I need to get the store going great. Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...