buyonline Posted January 11, 2006 Posted January 11, 2006 When I log in, create, do a check-out (after I have choosen an shipping option). Every time an "action" or a change is made I get "page cannot be displayed". This also happens when I do a change to my catalog/products and do confirm the changes. It also happens in the "File manager" when I hit "save" The changes still appear, even when You log inn or create an account I get "page cannot be displayed", but the account is still created and You are logged in when You browse back to the store. The odd thing is that the same error happens to another store of mine on the same server, but on another domain. SSL is set to false and have always been set to false, this happened out of nowhere and Ive also tried to restore my MySQL database back to the stoneage to see if one of my lates contr. made the mess. Still same errors. Anyone? www.klesbutikken.com
buyonline Posted January 11, 2006 Author Posted January 11, 2006 In approx 1 of 100 I get thrue the shipping selection and acctually get to choose payment options. Seems like my host have problems as the page in general is alot slower than usual. Still Im pretty eager to get to the bottom on this issue, any ideas?. Is OsC very vulnerable to "slow" hosts? This problem occure on 5 different computers, in 4 different locations, with 3 different ISPs (all use IE though)
buyonline Posted January 11, 2006 Author Posted January 11, 2006 No one have a clue about this? Its not my host, but somkind of bug in OsC. Sad really!
Guest Posted January 11, 2006 Posted January 11, 2006 Have you installed any shipping contribs? If so and it was working fine before, I'd check the support forum for that contribution. If not a search of this forum reveals several other posts where similar problems have occurred and the solutions that have been discovered. Try Returning Customer Sign-In ... as a starter, it may lead you down the right path.
buyonline Posted January 11, 2006 Author Posted January 11, 2006 Have you installed any shipping contribs? If so and it was working fine before, I'd check the support forum for that contribution. If not a search of this forum reveals several other posts where similar problems have occurred and the solutions that have been discovered. Try Returning Customer Sign-In ... as a starter, it may lead you down the right path. Thank You for replying Chinchilla2! I have searched for this topic for several days, Ive found alot but ALL of them the reason seems to be that they have configured the SSL wrong or have it enable as True when they dont have SSL. In my case I always have had Enable SSL false, so there aint an answer to my problem yet here on the forums. The really weird thing is that some "request" are processed, like 1 of 100. Im also pretty sure it has something to do with the Norwegian Servicepakke contrib, another odd thing is that it was working when I tested it and was wotking for several hours then BAM! out of nowhere. In both my configure.php SSL is set to false <?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.klesbutikken.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.klesbutikken.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_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/www/klesbutikken.com/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'supremeserver21.com'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '************'); define('DB_SERVER_PASSWORD', '**************'); define('DB_DATABASE', 'klesbutikk_123'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' // STS: ADD: Define Simple Template System files define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php'); define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php'); define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php'); define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html'); define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php'); define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php'); define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php'); // STS: EOADD ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.