Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

please help me! newbie lost cart,login


pcwaredirect

Recommended Posts

Hi, When i click on a product and try to check out, it gives me an error 404 like the page no longer exists. Also I cannot try to create new user accounts and i cannot login. I do not however have a problem getting to my main page or browsing within.

 

thanks in advance for your help. im a newbie

 

my website is www.pcwaredirect.com/catalog

 

 

 

Jeremy

Link to comment
Share on other sites

Hi, When i click on a product and try to check out, it gives me an error 404 like the page no longer exists. Also I cannot try to create new user accounts and i cannot login. I do not however have a problem getting to my main page or browsing within.

 

thanks in advance for your help. im a newbie

 

my website is www.pcwaredirect.com/catalog

                            Jeremy

 

did you enable SSL but have no SSL or configured SSL wrong in configure.php ?

Treasurer MFC

Link to comment
Share on other sites

Did you enable it during the install process I think Boxtel was saying...

 

Should post your config file minus database stuff....

 

TJ

 

 

 

i never touched ssl yet. didnt enable install or disable it

Link to comment
Share on other sites

Just checked, your site is requesting

 

https://www.pcwaredirect.com/catalog/checkout_shipping.php

 

so your https setting or path in your config might be hosed

 

 

in admin/configuration.php I dont know what to leave out. i cant find database account info or anything. do you know what it looks like? AM i supposed to have a configuration.php in my catalog folder? cause if so, its not there

Link to comment
Share on other sites

It's in your catalog/includes/configure.php file at the top....

 

should be a path to teh secure server.

 

Are you sure you have an ssl connection at doteasy?

Link to comment
Share on other sites

It's in your catalog/includes/configure.php file at the top....

 

should be a path to teh secure server.

 

Are you sure you have an ssl connection at doteasy?

 

i can get ssl but i dont think i have a ssl certificate installed. I have to buy my merchant account first i guess. if i dont have a certificate installed for my page yet is that why i cant get to it? when i click on the login link, it comes up with a security window then i hit yes and then it gives me the 404 page not found ect...

Link to comment
Share on other sites

i can get ssl but i dont think i have a ssl certificate installed. I have to buy my merchant account first i guess. if i dont have a certificate installed for my page yet is that why i cant get to it? when i click on the login link, it comes up with a security window then i hit yes and then it gives me the 404 page not found ect...

 

 

here is my configure.php

 

 

<?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://www.pcwaredirect.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.pcwaredirect.com'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.pcwaredirect.com');

define('HTTPS_COOKIE_DOMAIN', 'www.pcwaredirect.com');

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

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

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', '/var/www/html/catalog/');

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

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

Link to comment
Share on other sites

ok... They should have shared ssl so you don't have to buy one. then it would read something like

define('HTTPS_SERVER', 'https://myhostingcompany.com/www.pcwaredirect.com'); // eg, https://localhost - should not be empty for productive servers

 

for now you can set this to false and take paypal payments if you like :)

 

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

 

will get you thru until you know what the ssl status is.

 

You really don't need to buy your own ssl cert until you are really busy. Like 20,000 in sales... etc...

 

comment anyone?

Link to comment
Share on other sites

ok... They should have shared ssl so you don't have to buy one. then it would read something like

define('HTTPS_SERVER', 'https://myhostingcompany.com/www.pcwaredirect.com'); // eg, https://localhost - should not be empty for productive servers

 

for now you can set this to false and take paypal payments if you like  :)

 

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

 

will get you thru until you know what the ssl status is.

 

You really don't need to buy your own ssl cert until you are really busy. Like 20,000 in sales... etc...

 

comment anyone?

 

 

hey what do you think it is then? shouldnt my login and create user accoutn and shopping cart work? if they have shared ssl?

Link to comment
Share on other sites

this line only

 

from

 

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

 

to

 

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

 

 

 

Then you can find out about your ssl connection when time allows.

 

TJ

 

 

 

 

hey what do you think it is then? shouldnt my login and create user accoutn and shopping cart work? if they have shared ssl?

Link to comment
Share on other sites

this line only

 

from

 

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

 

to

 

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

Then you can find out about your ssl connection when time allows.

 

TJ

 

 

im sorry im a newbie so please excuse me if im not getting this.. but what can i do to fix this so people can login and create accounts and purchase products from my site?

Link to comment
Share on other sites

Hey i just logged into my host and looked at what was active on my account. and they do offer a shared SSL but you have to purchase it for 2.50 a month and i have not done that yet. is this why its not letting me login or create accounts or go through my checkout process and instead redirecting me to a default host site page error 404 page not found?

 

 

thanks in advance

 

Jeremy

Link to comment
Share on other sites

That's exactly why Jeremy, just change the above code to false until you get your ssl then put in that reference and you'll be fine.

 

 

TJ

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...