Guest Posted March 4, 2007 Share Posted March 4, 2007 While Firefox and Netscape are silent on the source of my problem, Opera gives me this single glimpse into what is happening. "The URL https://nmwoodworks.com myusername/catalog/checkout_shipping.php?osCsid=503bcdf43dcc3c3cb2b469a50b4d5363 contains characters that are not valid in the location they are found." I can add an item to the shopping cart but cannot, from there, proceed to the checkout portion. The above URL is about the only hint I have about what is going on. Since I hadn't noticed it prior to editing index.php (main catalog page) I backed that change out entirely, but this had no effect so I don't think that I have shanked it with a hand edit. Has anyone seen this? Editing includes/configure.php to use the "/~myusername" vs the "domainname.com username" (in re: SSL on Bluehost) doesn't seem to have an impact, either. This is following a clean re-install after a previous head-scratcher. If you want to take a look, it's at http://nmwoodworks.com/catalog There is no link at present from the main page. Bill Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 In your includes/config.php file you have a space in the url for the path to your ssl domain name Also I don't think you need the username in the path. https://nmwoodworks.com nmwoodwo/catalog/checkout_shipping.php?osCsid=3c1e453c0b46c072ac90965369c2c388 You need it like this: https://nmwoodworks.com/~nmwoodwo/catalog/c...c90965369c2c388 or https://nmwoodworks.com/catalog/checkout_sh...c90965369c2c388 It is in the config file simple fix. While Firefox and Netscape are silent on the source of my problem, Opera gives me this single glimpse into what is happening. "The URL https://nmwoodworks.com myusername/catalog/checkout_shipping.php?osCsid=503bcdf43dcc3c3cb2b469a50b4d5363 contains characters that are not valid in the location they are found." I can add an item to the shopping cart but cannot, from there, proceed to the checkout portion. The above URL is about the only hint I have about what is going on. Since I hadn't noticed it prior to editing index.php (main catalog page) I backed that change out entirely, but this had no effect so I don't think that I have shanked it with a hand edit. Has anyone seen this? Editing includes/configure.php to use the "/~myusername" vs the "domainname.com username" (in re: SSL on Bluehost) doesn't seem to have an impact, either. This is following a clean re-install after a previous head-scratcher. If you want to take a look, it's at http://nmwoodworks.com/catalog There is no link at present from the main page. Bill Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 In your includes/config.php file you have a space in the url for the path to your ssl domain name Also I don't think you need the username in the path. https://nmwoodworks.com nmwoodwo/catalog/checkout_shipping.php?osCsid=3c1e453c0b46c072ac90965369c2c388 You need it like this: https://nmwoodworks.com/~nmwoodwo/catalog/c...c90965369c2c388 or https://nmwoodworks.com/catalog/checkout_sh...c90965369c2c388 It is in the config file simple fix. I kept hammering away at this until I took a closer look at my FTP program ... which was plainly telling me that the transfer had failed. Thank you. The web site now looks hideous in all 4 test browsers! :-0 (But MAYBE the shopping cart is working.) Bill Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.