Stormlifter Posted June 10, 2005 Share Posted June 10, 2005 Alright, I've been at this all night and I can't figure it out... Site - http://mixtapehustla.com Problem: When you click on "Checkout..." it takes me to a dead link. P.S. if you could fix up my table problem I have with that banner up there that would be great, works perfect in Opera, and looks decent in IE, but in Firefox the tables don't pan out correctly. Link to comment Share on other sites More sharing options...
Guest Posted June 10, 2005 Share Posted June 10, 2005 have no idea where to go with the link provided Link to comment Share on other sites More sharing options...
Stormlifter Posted June 10, 2005 Author Share Posted June 10, 2005 oops! http://damixtapehustla.com I've done this like a million times, sorry about that. wrong link Link to comment Share on other sites More sharing options...
FalseDawn Posted June 10, 2005 Share Posted June 10, 2005 You have "enable secure checkout" set to true in your configure.php file and don't have a SSL cert properly installed (if at all). Link to comment Share on other sites More sharing options...
Stormlifter Posted June 10, 2005 Author Share Posted June 10, 2005 You have "enable secure checkout" set to true in your configure.php file and don't have a SSL cert properly installed (if at all). <{POST_SNAPBACK}> I did all that... and yes I do have SSL properly installed, well, to my knowledge... I know because I can get into SSL with the cart and admin, the only thing that doesn't work is the checkout and the images don't show up. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 10, 2005 Author Share Posted June 10, 2005 One thing I am noticing is that the link that the "checkout" refers to < https://damixtapehustla.com/cart/order_info.php?osCsid= > doesn't have a key after the "osCsid=..." as it should... Thanks for the help Link to comment Share on other sites More sharing options...
FalseDawn Posted June 10, 2005 Share Posted June 10, 2005 https://damixtapehustla.com/cart/checkout_shipping.php is the link that is failing for me - which indicates there is no SSL installed or the file is not there. If you say you have SSL installed, then maybe the file is missing? Link to comment Share on other sites More sharing options...
Stormlifter Posted June 10, 2005 Author Share Posted June 10, 2005 https://damixtapehustla.com/cart/checkout_shipping.php is the link that is failing for me - which indicates there is no SSL installed or the file is not there. If you say you have SSL installed, then maybe the file is missing? <{POST_SNAPBACK}> any suggestions as to waht i can do? A suggestion of files? I use cPanel/WHM if that helps. I have no idea why it points to order_info.php, there is no such file like that in the osc system Link to comment Share on other sites More sharing options...
Stormlifter Posted June 11, 2005 Author Share Posted June 11, 2005 Please guys, I'd love some help Link to comment Share on other sites More sharing options...
FalseDawn Posted June 11, 2005 Share Posted June 11, 2005 Well, are you starting from a stock OSC install or have you installed any contributions? If stock, did you install it through CPanel or download? Link to comment Share on other sites More sharing options...
Stormlifter Posted June 12, 2005 Author Share Posted June 12, 2005 Well, are you starting from a stock OSC install or have you installed any contributions? If stock, did you install it through CPanel or download? <{POST_SNAPBACK}> I did it through cPanel, and it's not stock anymore, I modified the theme and a few things here and there, nothing huge. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 13, 2005 Author Share Posted June 13, 2005 I'm still in despirate need of some help Link to comment Share on other sites More sharing options...
♥Vger Posted June 13, 2005 Share Posted June 13, 2005 It looks as though your hosting company requires that you have a seperate httpsdocs or ssl folder, and that you have to duplicate all of your files in such a folder. Check with your hosting company. Vger Link to comment Share on other sites More sharing options...
Stormlifter Posted June 14, 2005 Author Share Posted June 14, 2005 It looks as though your hosting company requires that you have a seperate httpsdocs or ssl folder, and that you have to duplicate all of your files in such a folder. Check with your hosting company. Vger <{POST_SNAPBACK}> This is what my server SUPPORT team said. Chris,Sorry, we don\'t require anything like that, once you get the SSL cert installed (which it is), anything in public_html should be able to be viewed by using the https:// prefix... Sorry. Did they notice that the file it was looking for is not present? Thanks. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 16, 2005 Author Share Posted June 16, 2005 This is what my server SUPPORT team said. <{POST_SNAPBACK}> I'm still in dire need of help. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 19, 2005 Author Share Posted June 19, 2005 Please, help me! If anyone still needs more information just let me know, but I'm still stuck. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 22, 2005 Author Share Posted June 22, 2005 I could still use any help that someone can give. Link to comment Share on other sites More sharing options...
FalseDawn Posted June 22, 2005 Share Posted June 22, 2005 Post your configure.php file with database details removed. Link to comment Share on other sites More sharing options...
zerodash Posted June 22, 2005 Share Posted June 22, 2005 I noticed your main image file on your root URL doesn't display under "https". Since your html for said image is <img src="/images/mixtape_01.gif" (as it should be), I would assume that it is not totall an OSC issue. If what your host says is true, then there is no reason this image would not display under SSL, given your html. Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 I am now having the same problem on my cart. It started today. When you hit checkout you get a Page cannot be displayed. I noticed my ssl certificate was out of date so I changed the line to "false" in my configure.php. After I did that I went to checkout and it read: Warning: main(includes/languages/english/create_account.php): failed to open stream: No such file or directory in /home/crescent/public_html/catalog/Order_Info.php on line 21 Fatal error: main(): Failed opening required 'includes/languages/english/create_account.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crescent/public_html/catalog/Order_Info.php on line 21 Please Can someone help me I too am desperate to fix this. Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 Should I post my configure.php. I will do whatever it takes. Please someone let me know. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 22, 2005 Author Share Posted June 22, 2005 define('HTTP_SERVER', 'http://damixtapehustla.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://damixtapehustla.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'damixtapehustla.com'); define('HTTPS_COOKIE_DOMAIN', 'damixtapehustla.com'); define('HTTP_COOKIE_PATH', '/cart/'); define('HTTPS_COOKIE_PATH', '/cart/'); define('DIR_WS_HTTP_CATALOG', '/cart/'); define('DIR_WS_HTTPS_CATALOG', '/cart/'); 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/mixtape/public_html/cart/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // ImageMagick definitions define('DIR_WS_RSIMAGES', DIR_WS_IMAGES . 'res/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers define('DB_SERVER_USERNAME', '********'); define('DB_SERVER_PASSWORD', '*******'); define('DB_DATABASE', '********'); 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...
Stormlifter Posted June 22, 2005 Author Share Posted June 22, 2005 I was parooooosing around and I think I found the problem users on the site ussing https do not have access to those folders.... anyone else that can confirm this as the only/root of the problem? Link to comment Share on other sites More sharing options...
FalseDawn Posted June 22, 2005 Share Posted June 22, 2005 I can tell you something is screwy, eg: https://damixtapehustla.com/cart/ has no images (even though it should) https://damixtapehustla.com/cart/create_account.php works securely (albeit without images) Have you actually checked (and double checked) that the checkout_shipping.php file is actually in your /cart/ folder? Do you have any sort of image hotlink protection turned on? I would turn it off for now if you do. Link to comment Share on other sites More sharing options...
Stormlifter Posted June 22, 2005 Author Share Posted June 22, 2005 I can tell you something is screwy, eg: https://damixtapehustla.com/cart/ has no images (even though it should) https://damixtapehustla.com/cart/create_account.php works securely (albeit without images) Have you actually checked (and double checked) that the checkout_shipping.php file is actually in your /cart/ folder? Do you have any sort of image hotlink protection turned on? I would turn it off for now if you do. <{POST_SNAPBACK}> Alright, well hotlink was the problem, I added https:// to the hotlink and it worked... but the rest is still messed up... Yes I do have the checkout_shipping.php file.. Thanks for the first fix. and hopefully we can find the rest Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.