bibleman Posted June 21, 2005 Share Posted June 21, 2005 Hi ANYONE, I have installed the Ultimate SEO URL's contribution on my site: www.ministryhelps.com. Everything works well BUT when you place an order and click the "sign in" button rather than taking you to the secure check out it...... Throws up a security window that tells you, you are now going to the secure part of the shop,,,, then when you click OK it takes you back to the HOME page instead of going to complete the check out. AND... I have also noticed that sometimes the buy now buttons take you to the product page and sometimes they take you to the cart page - at which it simply says your cart is empty. Now - If I log out and then log back in again BEFORE I put items in my cart - then it works fine.... But most people do not do this - they add the products first and then sign in, so I really need to get this fixed. Any ideas? Quote I'm having a great Day - hope you are too! Leon Link to comment Share on other sites More sharing options...
DavidR Posted June 21, 2005 Share Posted June 21, 2005 Display the contents of your /includes/configure.php MINUS the database connection settings. Incorrect values in there seem to be causing a lot of problems like this. David Quote Link to comment Share on other sites More sharing options...
kunal247 Posted June 22, 2005 Share Posted June 22, 2005 I installed this again and it works fine on my localhost but when I upload it the trouble begins. I can not access any product pages at all but the pages with no product seem to be fine. I get a page not found error. Thanks, Mike <{POST_SNAPBACK}> I am having the same problem. All pages are working fine except the product pages. Where am i going wrong? here is a link to the site My Webpage Quote Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 Hi ANYONE, I have installed the Ultimate SEO URL's contribution on my site: www.ministryhelps.com. Everything works well BUT when you place an order and click the "sign in" button rather than taking you to the secure check out it...... Throws up a security window that tells you, you are now going to the secure part of the shop,,,, then when you click OK it takes you back to the HOME page instead of going to complete the check out. AND... I have also noticed that sometimes the buy now buttons take you to the product page and sometimes they take you to the cart page - at which it simply says your cart is empty. Now - If I log out and then log back in again BEFORE I put items in my cart - then it works fine.... But most people do not do this - they add the products first and then sign in, so I really need to get this fixed. Any ideas? <{POST_SNAPBACK}> Hello i had a problem with the empty cart. read my forum post here :thumbsup: http://www.oscommerce.com/forums/index.php?showtopic=156357 Mine works now but i was not sure if it was ulimate seo's that caused the error but still no more empty cart issues. Quote Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 I am having the same problem.All pages are working fine except the product pages. Where am i going wrong? here is a link to the site My Webpage <{POST_SNAPBACK}> Hello, i had this problem again also. Mine was to do with the .htaccess file being in the wrong place and linked wrong inside the test. My shop is in www.website.co.uk/shop/ so i placed the .htaccess file here so i had to use Options +FollowSymLinks RewriteEngine On RewriteBase /shop/ I hope this works i almost gave up after the 8th time but all is well now. Quote Link to comment Share on other sites More sharing options...
Alex Clarke Posted June 22, 2005 Share Posted June 22, 2005 Hello, i had this problem again also. Mine was to do with the .htaccess file being in the wrong place and linked wrong inside the test. My shop is in www.website.co.uk/shop/ so i placed the .htaccess file here so i had to use Options +FollowSymLinks RewriteEngine On RewriteBase /shop/ I hope this works i almost gave up after the 8th time but all is well now. <{POST_SNAPBACK}> I too am suffering from this .htaccess problem. My cart is installed at the root of my server. After pasting the code in my .htaccess file I cannot access ANY part of my site! Can someone post there working .htaccess file here? Quote Link to comment Share on other sites More sharing options...
kunal247 Posted June 22, 2005 Share Posted June 22, 2005 I am getting a server error when I add a .htaccess file to my root folder. But when I put a.htaccess I do not get the server error but I can not access any of my products. how to fix this? Kunal Quote Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 :huh: About Ultimate SEO URLs v2.0 for CRE Loaded Hello Bobby "chemo" team ! I'm trying to install seo on a 6.15 creload... all is ok except that msg 1146 - Table 'trowoods_trowoods.cache' doesn't exist DELETE FROM cache WHERE cache_expires <= '2005-06-22 11:22:31' [TEP STOP] Seems that a table or something missing... An idea ? Thanks 4 your help Quote Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 SORRY Ive forgot to to run the cache install file.... Quote Link to comment Share on other sites More sharing options...
DavidR Posted June 22, 2005 Share Posted June 22, 2005 I am getting a server error when I add a .htaccess file to my root folder.But when I put a.htaccess I do not get the server error but I can not access any of my products. how to fix this? Kunal <{POST_SNAPBACK}> I don't know where you got "a.htaccess", perhaps someone said to create "a .htaccess file" and the space was missing? You apparently have errors in your .htaccess file. When you rename it to "a.htaccess", the server is just ignoring the file because that name doesn't mean anything to it. It knows to use the settings in the ".htaccess" file if it exists, so if there are errors in that file, they will cause problems. Perhaps if you post the contents of this file someone can spot the trouble. David Quote Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 (edited) How can I include the allproducts.php page? My links from that page looking like: http://www.kinderdinge.de/akaba-p-89.html?...ba&session=xxxx How can I get rid of : Your_Store_Name=Akaba I can't store the product in the basket with that link... Best Torsten Please look here: http://www.kinderdinge.de/allprods.php Edited June 22, 2005 by Torsten Quote Link to comment Share on other sites More sharing options...
bibleman Posted June 22, 2005 Share Posted June 22, 2005 Display the contents of your /includes/configure.php MINUS the database connection settings. Incorrect values in there seem to be causing a lot of problems like this. David <{POST_SNAPBACK}> Hi David, Here is the file /includes/configure.php See anything there that would be stopping it from accessing the secure part of the website. As I said before everything works fine until you click on the "sign in" to place an order - then instead of going to the rest of the checkout process it takes you back to the home page. // Define the webserver and path parameters// * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.ministryhelps.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.ministryhelps.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://www.ministryhelps.com'); define('HTTPS_COOKIE_DOMAIN', 'https://www.ministryhelps.com'); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Any help or ideas would be appreciated. Thanks Leon Quote I'm having a great Day - hope you are too! Leon Link to comment Share on other sites More sharing options...
ptrinephi Posted June 22, 2005 Share Posted June 22, 2005 Hi David, Here is the file /includes/configure.php See anything there that would be stopping it from accessing the secure part of the website. As I said before everything works fine until you click on the "sign in" to place an order - then instead of going to the rest of the checkout process it takes you back to the home page. Any help or ideas would be appreciated. Thanks Leon <{POST_SNAPBACK}> I beleive your cookie definition should look like this: define('HTTP_COOKIE_DOMAIN', 'ministryhelps.com'); define('HTTPS_COOKIE_DOMAIN', 'ministryhelps.com'); Quote Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2005 Share Posted June 22, 2005 ..... my fault... it works now... Torsten Quote Link to comment Share on other sites More sharing options...
DavidR Posted June 22, 2005 Share Posted June 22, 2005 Hi David, Here is the file /includes/configure.php See anything there that would be stopping it from accessing the secure part of the website. As I said before everything works fine until you click on the "sign in" to place an order - then instead of going to the rest of the checkout process it takes you back to the home page. Any help or ideas would be appreciated. Thanks Leon <{POST_SNAPBACK}> Change the cookies domains to: define('HTTP_COOKIE_DOMAIN', '.ministryhelps.com'); define('HTTPS_COOKIE_DOMAIN', '.ministryhelps.com'); Don't forget the . before the domains :thumbsup: David Quote Link to comment Share on other sites More sharing options...
bibleman Posted June 23, 2005 Share Posted June 23, 2005 Change the cookies domains to: define('HTTP_COOKIE_DOMAIN', '.ministryhelps.com'); define('HTTPS_COOKIE_DOMAIN', '.ministryhelps.com'); Don't forget the . before the domains :thumbsup: David <{POST_SNAPBACK}> Hi David, I'll give that a try, and thanks for telling me abou the . I would not have known to do that. :D Quote I'm having a great Day - hope you are too! Leon Link to comment Share on other sites More sharing options...
pnkranger Posted June 23, 2005 Share Posted June 23, 2005 Any update on this problem: SEO works like a charm...but when I get 404 errors for every product or category page. Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
pnkranger Posted June 23, 2005 Share Posted June 23, 2005 Any update on this problem: SEO works like a charm...but when I get 404 errors for every product or category page. Any help would be appreciated. <{POST_SNAPBACK}> Sorry...it's late and I missed a very important part. I get the errors when I DISABLE SEO in the Admin section. otherwise it works fabulous. Quote Link to comment Share on other sites More sharing options...
movado Posted June 24, 2005 Share Posted June 24, 2005 I am very burnt trying to figure out how to make this contribution work. Its a very complicated contribution and trying to figure it out to make it work is truly a nightmare. I have everything installed and for the life of me cannot get it to resolve the url . It converts the url but I just get page not found. I have checked and rechecked all my steps. I have reinstalled and I get the same thing each time. I am sure my .htaccess is correct My site resides in /catalog so the htaccess reflects this. I have made sure my: define('HTTP_COOKIE_DOMAIN', '.njtoys-n-things.com'); and https is correct. I do not know what else is going on. I am really at a loss. This seems to be a wonderful contribution and just wish I could figure a way to make it work. Quote Link to comment Share on other sites More sharing options...
bibleman Posted June 24, 2005 Share Posted June 24, 2005 Hi David, I'll give that a try, and thanks for telling me abou the . I would not have known to do that. :D <{POST_SNAPBACK}> Hi David, Well I tried that and again everything works fine in the URL line in the address bar, but still it will not let me go into the checkout. It keeps throwing me back to the home page whenever I click the proceed to checkout button at the log in screen... Any other thoughts on this one. It should work, but I for sure have missed something. Quote I'm having a great Day - hope you are too! Leon Link to comment Share on other sites More sharing options...
DavidR Posted June 25, 2005 Share Posted June 25, 2005 Hi David, Well I tried that and again everything works fine in the URL line in the address bar, but still it will not let me go into the checkout. It keeps throwing me back to the home page whenever I click the proceed to checkout button at the log in screen... Any other thoughts on this one. It should work, but I for sure have missed something. <{POST_SNAPBACK}> I sent you a note on this. David Quote Link to comment Share on other sites More sharing options...
DavidR Posted June 25, 2005 Share Posted June 25, 2005 I am very burnt trying to figure out how to make this contribution work. Its a very complicated contribution and trying to figure it out to make it work is truly a nightmare. I have everything installed and for the life of me cannot get it to resolve the url . It converts the url but I just get page not found. I have checked and rechecked all my steps. I have reinstalled and I get the same thing each time. I am sure my .htaccess is correct My site resides in /catalog so the htaccess reflects this. I have made sure my: define('HTTP_COOKIE_DOMAIN', '.njtoys-n-things.com'); and https is correct. I do not know what else is going on. I am really at a loss. This seems to be a wonderful contribution and just wish I could figure a way to make it work. <{POST_SNAPBACK}> Do you have STS installed? What version of Ultimate SEO URL's are you using? David Quote Link to comment Share on other sites More sharing options...
movado Posted June 25, 2005 Share Posted June 25, 2005 Do you have STS installed? What version of Ultimate SEO URL's are you using? David <{POST_SNAPBACK}> I do not have sts installed. I have the latest version installed I do have creloaded so not sure if something with that is interfering but according to install directions it should not be an issue. I don't know where to start trouble shooting this. Quote Link to comment Share on other sites More sharing options...
DavidR Posted June 25, 2005 Share Posted June 25, 2005 I do not have sts installed. I have the latest version installed I do have creloaded so not sure if something with that is interfering but according to install directions it should not be an issue. I don't know where to start trouble shooting this. <{POST_SNAPBACK}> You say you have the latest version. Can you tell me exactly what version you are using? It makes a difference. David Quote Link to comment Share on other sites More sharing options...
movado Posted June 25, 2005 Share Posted June 25, 2005 version 2.1c Quote Link to comment Share on other sites More sharing options...
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.