heinerken Posted June 9, 2005 Share Posted June 9, 2005 For some reason when you click on continue in the create a new account the page just hangs. It does add the account but does not continue as it should. Anyone have any suggestions??? Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2005 Share Posted June 9, 2005 it is hard to say, if this is a new load, recopy all the files (backup the configure.php) and try again Link to comment Share on other sites More sharing options...
heinerken Posted June 9, 2005 Author Share Posted June 9, 2005 it is hard to say, if this is a new load, recopy all the files (backup the configure.php) and try again <{POST_SNAPBACK}> Its been up and running for several months and I cant risk screwing it up, the only thing that has changes was the IP, its been a week so it is not related to DNS updates, it also hangs at the confirm order page. The credit card gets charged and the order goes in but does not continue to the suces page? Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2005 Share Posted June 9, 2005 do you have the configure.php files setup properly? Link to comment Share on other sites More sharing options...
heinerken Posted June 9, 2005 Author Share Posted June 9, 2005 do you have the configure.php files setup properly? <{POST_SNAPBACK}> Looks O.K. to me (I omitted the database passwords) define('HTTP_SERVER', 'https://secure.instaticket.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.instaticket.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'instaticket.com'); define('HTTPS_COOKIE_DOMAIN', 'instaticket.com'); define('HTTP_COOKIE_PATH', '/oscart/'); define('HTTPS_COOKIE_PATH', '/oscart/'); define('DIR_WS_HTTP_CATALOG', '/oscart/'); define('DIR_WS_HTTPS_CATALOG', '/oscart/'); 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', '/usr/local/websites/secure_instaticket_com/oscart'); 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 NULL for productive servers define('DB_SERVER_USERNAME', 'omitted'); define('DB_SERVER_PASSWORD', 'omitted'); define('DB_DATABASE', 'omitted'); 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 More sharing options...
heinerken Posted June 9, 2005 Author Share Posted June 9, 2005 O.K. I found the root of the problem. It has to do with the email confirmation, I removed the send email process and everything works fine I will post the solution as soon as I get the confirmation emails working again.. It does not effect the cart for me because Authorize.net will send out a confimation email that I can modify. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.