silk Posted February 24, 2006 Report Share Posted February 24, 2006 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_productnetscape:page does not change. both links do nothingreally 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_cartbut 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 serversdefine('HTTP_SERVER', 'http://www.t83g.com');// Secure webserver: eg, https://localhost - should not be empty for productive serversdefine('HTTPS_SERVER', 'https://www.t83g.com'); // eg, https://localhostdefine('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 serversdefine('HTTP_SERVER', 'http://www.t83g.com');// Secure webserver: eg, https://localhost - should not be empty for productive serversdefine('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/'); Quote Link to post Share on other sites
Dragon Posted February 24, 2006 Report Share Posted February 24, 2006 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. Quote Link to post Share on other sites
iccaros Posted February 24, 2006 Report Share Posted February 24, 2006 This site faild on windows also .. its not you.. its the site.. IE, Firefox, opera all failed for me.. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.