dswofford Posted November 13, 2005 Share Posted November 13, 2005 When I type my information correct order is fine. However if I type incorrect info It says credit card error but the red box is blank that normaly tells what info is not valid? Any Ideas? My Webpage its in test mode for now Link to comment Share on other sites More sharing options...
dswofford Posted November 14, 2005 Author Share Posted November 14, 2005 self pity bump Link to comment Share on other sites More sharing options...
dswofford Posted November 14, 2005 Author Share Posted November 14, 2005 Here is the error Screen shot Notice the url may be the problem? has a & Link to comment Share on other sites More sharing options...
dswofford Posted November 14, 2005 Author Share Posted November 14, 2005 When I change the url & to & it shows the text... I am using Ultimate SEO urls by chemo I tried to apply the fix Here But it didnt work How can I get my url to go from https://www.ryford.com/checkout_payment.php...1d69e1a0d46afb0 to https://www.ryford.com/checkout_payment.php...1d69e1a0d46afb0 Link to comment Share on other sites More sharing options...
dswofford Posted November 14, 2005 Author Share Posted November 14, 2005 When I change the url & to & it shows the text... I am using Ultimate SEO urls by chemo I tried to apply the fix Here But it didnt work How can I get my url to go from https://www.ryford.com/checkout_payment.php...1d69e1a0d46afb0 to https://www.ryford.com/checkout_payment.php...1d69e1a0d46afb0 bump Link to comment Share on other sites More sharing options...
dswofford Posted November 14, 2005 Author Share Posted November 14, 2005 Anyone... Bueller? Anyone? Link to comment Share on other sites More sharing options...
dswofford Posted November 15, 2005 Author Share Posted November 15, 2005 bump Link to comment Share on other sites More sharing options...
dswofford Posted November 15, 2005 Author Share Posted November 15, 2005 bump Link to comment Share on other sites More sharing options...
dswofford Posted November 16, 2005 Author Share Posted November 16, 2005 ok last bump I give up Link to comment Share on other sites More sharing options...
Chris Dunning Posted November 16, 2005 Share Posted November 16, 2005 Please don't bump your posts without including some additional information. Can you provide some details about the platform you're running on? Windows or Linux server? Is this the default credit card module? Have installed any contributions that affect URLs? Are you using any Apache modules that would affect URLs? Chris Dunning osCommerce, Contributions Moderator Team Please do not send me PM! I do not read or answer these often. Use the email button instead! I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly. Link to comment Share on other sites More sharing options...
dswofford Posted November 17, 2005 Author Share Posted November 17, 2005 Please don't bump your posts without including some additional information. Can you provide some details about the platform you're running on? Windows or Linux server? Is this the default credit card module? Have installed any contributions that affect URLs? Are you using any Apache modules that would affect URLs? sorry about the bump I saw others do it and wasnt aware... I am running on linux. I am using authorize.net 1.7 with mu curl compiled. I am using the ultimate seo contribution by chemo along with the mod rewrites he specifies in there Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} Thanks for any help you can provide I already tried a previous suggestion by stevel bit it didnt work it was the following: ou can replace this line in seo_class.php: CODE return htmlspecialchars(utf8_encode($link)); with: CODE return $link; in fact, that's how I have my store running since I didn't like other things it was doing. Link to comment Share on other sites More sharing options...
Chris Dunning Posted November 17, 2005 Share Posted November 17, 2005 I think stevel was on the right track. What was the result when you tried his suggestion? Can you take a screenshot of that? Try changing some things about that line to see if they fix the problem. I would try: return utf8_encode($link); If that doesn't work, try: echo $link; This will produce an error message, but will allow you to see what the text is before it's run through those functions. If you see the "& amp" in that text, the problem is somewhere higher up. Chris Dunning osCommerce, Contributions Moderator Team Please do not send me PM! I do not read or answer these often. Use the email button instead! I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly. Link to comment Share on other sites More sharing options...
dswofford Posted November 17, 2005 Author Share Posted November 17, 2005 I think stevel was on the right track. What was the result when you tried his suggestion? Can you take a screenshot of that? Try changing some things about that line to see if they fix the problem. I would try: return utf8_encode($link); If that doesn't work, try: echo $link; This will produce an error message, but will allow you to see what the text is before it's run through those functions. If you see the "& amp" in that text, the problem is somewhere higher up. I tried his again plus your two suggestions. still the same thing happening. I cleared my caches etc... echo $link; kinf of messed up everything I couldnt even get to the checkout page. I sill get the empty box and the url at the top is the same. and this only happens with credit cards with the wrong info. if I do wrong email or address it prompts correctly. echo $link; produced this... Link to comment Share on other sites More sharing options...
dswofford Posted November 22, 2005 Author Share Posted November 22, 2005 is there a page I can post to help? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.