Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

login and checkout trouble


mahmon

Recommended Posts

help anyone?

installed oscommerce fine, using shared ssl, seems to redirect to the correct shared ssl link no probs. can setup a new customer account but cant login once set up? any ideas anyone. if you go via the 'my account' page it lets you log in every time, but still wont let you go to checkout

 

http://www.mahmonsilverjewellery.co.uk/catalog/index.php

 

ps if you want to try and login use

email address: [email protected]

password: tester

Link to comment
Share on other sites

Hi Bear

 

I think have just solved it,

changed the config file so that define http and define https both have the shared ssl link url, jsut with the 's' missing for the http_server as follows, it seems to all work now do you think this was the right thing to do?

 

define('HTTP_SERVER', 'http://secure.dnshosts.co.uk/~<mylogonname>');

define('HTTPS_SERVER', 'https://secure.dns-hosts.co.uk/~<mylogonname>');

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

define('HTTP_COOKIE_DOMAIN', 'http://secure.dnshosts.co.uk/~<mylogonname>');

define('HTTPS_COOKIE_DOMAIN', 'https://secure.dnshosts.co.uk/~<mylogonname>');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

Link to comment
Share on other sites

Hi,

 

I am having a similar possibly the same problem. When I go to the catalog homepage, I click "log yourself in", enter username and password, and click "Sign In", then I get a "Page not found" error.

 

However, when I go back I see the Log Off link, and click my account or any other page, I am logged in.

 

Any ideas?

 

 

Best regards,

 

Dustin Sparks

Email- [email protected]

Link to comment
Share on other sites

I am having the same exact problem. Can go to my account and login in, but it will not work using the log yourself in link. You get the page cannot be display http 404 not found error. Some please help fix this.

Link to comment
Share on other sites

  • 3 weeks later...

you maybe need to start a topic so that the title reflects your problem as this thread didn't start out with your issue - that way you may get a taker on some help - sorry I cannot help you on that one. Sean

 

update - i just realised you did! - my bad....

Link to comment
Share on other sites

More from that error...

 

https://server2.xlservers.com/greenacresalp...b9a32852ddfe2a4

 

 

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

 

Please try the following:

? If you typed the page address in the Address bar, make sure that it is spelled correctly.

? Open the server2.xlservers.com home page, and then look for links to the information you want.

? Click the Back button to try another link.

? Click Search to look for information on the Internet.

 

HTTP 404 - File not found

Internet Explorer

Link to comment
Share on other sites

help anyone?

installed oscommerce fine, using shared ssl, seems to redirect to the correct shared ssl link no probs. can setup a new customer account but cant login once set up? any ideas anyone. if you go via the 'my account' page it lets you log in every time, but still wont let you go to checkout

 

http://www.mahmonsilverjewellery.co.uk/catalog/index.php

 

ps if you want to try and login use

email address: [email protected]

password: tester

I have exactly the same problem but i get re directed to another site called flashcards.co.nz!!

Here is my configure.php file... can anyone see anything wrong with that! also when i try to checkout and click continue i get re directed to flashcards.co.nz!

If you want to test it go to http://www.concretesurf.co.nz/catalog/ and create a test account.

 

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://www.concretesurf.co.nz'); 
 define('HTTPS_SERVER', 'https://www.safeshop.co.nz'); 
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'http://www.concretesurf.co.nz');
 define('HTTPS_COOKIE_DOMAIN', 'https://www.safeshop.co.nz');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/csurf/');
 define('DIR_WS_HTTP_CATALOG', '/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/csurf/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

Link to comment
Share on other sites

:D Another fix for this problem.

 

Thanks Wayne for getting me on the right track. You exact fix didn't work for me, but it inspired me to get it right (at least for me). Hope this helps someone else. My secure area is 'https://host9.apollohosting.com/[websitename] -- without the www or .com'.

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://nelsontravelinsurance.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://host9.apollohosting.com/[WEBSITE NAME WITHOUT WWW OR .COM']); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'https://host9.apollohosting.com/[WEBSITE NAME WITHOUT WWW OR .COM']');

define('HTTPS_COOKIE_DOMAIN', 'https://host9.apollohosting.com/[WEBSITE NAME WITHOUT WWW OR .COM']');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/charles/nelsontravelinsurance-www/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'XXXX');

define('DB_SERVER_PASSWORD', 'XXXX');

define('DB_DATABASE', 'XXXX');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...