Problems With Php Shopping Cart Working With Ssl On Unix


Recommended Posts

using zencart shopping cart software (on php, mysql, ssl) but got problems when adding product to shopping cart, and when clicking to view shopping cart;

firefox:

download popup appears asking u if you would like to save "index.php"

ie:

brings up "The page cannot be displayed" and url is this http://www.t83g.com/shop/index.php?main_pa...ion=add_product

netscape:

page does not change. both links do nothing

really need some help with this 1 if anyone can!!!

http://www.t83g.com/shop/

as a follow up to the above:

it seems when adding products to cart products are added to the cart on secure side:

https://www.t83g.com/shop/index.php?main_pa...e=shopping_cart

but shopping cart page is not displayed after adding product??

still brings up (ie: page not displayed) (firefox: download "index.php") (when trying to access shopping cart on: http://www.t83g.com/shop/index.php?main_pa...=shopping_cart)

please help someone?

p.s.

only need checkout, admin and customer account area on ssl.

configure files are as below:

admin/includes/configure.php

// Define the webserver and path parameters

// Main webserver: eg, http://localhost - should not be empty for productive servers

define('HTTP_SERVER', 'http://www.t83g.com');

// Secure webserver: eg, https://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.t83g.com'); // eg, https://localhost

define('HTTP_CATALOG_SERVER', 'http://www.t83g.com');

define('HTTPS_CATALOG_SERVER', 'https://www.t83g.com');

// secure webserver for catalog module and/or admin areas?

define('ENABLE_SSL_CATALOG', 'false');

define('ENABLE_SSL_ADMIN', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

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

// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)

define('DIR_WS_ADMIN', '/shop/admin/');

define('DIR_WS_CATALOG', '/shop/');

define('DIR_WS_HTTPS_ADMIN', '/shop/admin/');

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

includes/configure.php

// Define the webserver and path parameters

// Main webserver: eg, http://localhost - should not be empty for productive servers

define('HTTP_SERVER', 'http://www.t83g.com');

// Secure webserver: eg, https://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.t83g.com');

// secure webserver for checkout procedure?

define('ENABLE_SSL', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

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

// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)

define('DIR_WS_CATALOG', '/shop/');

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

Link to post
Share on other sites

it appears to be something directly associated with the PHP itself on the page. can you make an attachment of the php file that is loaded on your server.

using the browser's view source only shows html, not the actual PHP script tied to it.

Link to post
Share on other sites

This site faild on windows also .. its not you.. its the site.. IE, Firefox, opera all failed for me..

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...