Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
ghostcorps
Doh! I completely forgot about that, I'm sorry I'm not usually so frustrating to help.
Please try with this login:
user:
[email protected]
pass: testflesh
Thanks
Are you sure your Paypal IPN is configured right both on ZC Admin side as well as Paypal?
Do you meet these two requirements?
**Port 80 is used for bidirectional communication with the gateway, so must be open on your host's router/firewall
*PHP allow_url_fopen() must be enabled
Re: Chemo's Ultimate URL's
How can i use german special Character?
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
ghostcorps
Doh! I completely forgot about that, I'm sorry I'm not usually so frustrating to help.
Please try with this login:
user:
[email protected]
pass: testflesh
Thanks
Have you applied any of these Zen Cart patches to your Paypal IPN http://www.zen-cart.com/forum/showthread.php?t=56216 ?
Re: Chemo's Ultimate URL's
Hi Everyone.
Could you confirm that your rewritten urls have a ".html" suffix?
I got the mod working just fine, I'm just not sure if it's how it's supposed to rewrite the urls, as I can see
Code:
RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
in the htaccess file, but all my rewritten urls have no suffix at all....
And don't know if this can have an imapact on the engines?
Let me know your thoughts
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
FrenchFrog
Hi Everyone.
Could you confirm that your rewritten urls have a ".html" suffix?
I got the mod working just fine, I'm just not sure if it's how it's supposed to rewrite the urls, as I can see
Code:
RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
in the htaccess file, but all my rewritten urls have no suffix at all....
And don't know if this can have an imapact on the engines?
Let me know your thoughts
This is controlled by the default extension setting under Admin-configurations-se0 beta 3.0. If you select .html and you used to have version 2.103 then the old rewrite rule you need in your .htaccess is for ezpages as documented in the guide.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
BlessIsaacola
Are you sure your Paypal IPN is configured right both on ZC Admin side as well as Paypal?
Do you meet these two requirements?
**Port 80 is used for bidirectional communication with the gateway, so must be open on your host's router/firewall
*PHP allow_url_fopen() must be enabled
The Paypal IPN works 100% without the module turned one. I'll switch if off again so you can see what happens.
Phpinfo confirms the allow_url_fopen is swtiched on, and I don't know how to test if port 80 is bidirectional, but as it works without the mod I guess it is on? Correct me if thats not a fair assumption and I'll have a deeper look into it.
Thanks
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
BlessIsaacola
This is controlled by the default extension setting under Admin-configurations-se0 beta 3.0. If you select .html and you used to have version 2.103 then the old rewrite rule you need in your .htaccess is for ezpages as documented in the guide.
arf ! I missed that one in the settings of my 3.0.
I'm all good now.
Thanks a bunch!
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
ghostcorps
The Paypal IPN works 100% without the module turned one. I'll switch if off again so you can see what happens.
Phpinfo confirms the allow_url_fopen is swtiched on, and I don't know how to test if port 80 is bidirectional, but as it works without the mod I guess it is on? Correct me if thats not a fair assumption and I'll have a deeper look into it.
Thanks
1. Can you switch your template to the default template and test your checkout process?
2. If that still doesn't work I will reinstall SEO URL mod. Perhaps there is a file missing/corrupted in your current installation.
Re: Chemo's Ultimate URL's
I tried the current build and the current build+fixes in the default template, all errors are still there :(
Thanks for your help, I guess I'll have to drop it till the next build is released and try again ?
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
ghostcorps
I tried the current build and the current build+fixes in the default template, all errors are still there :(
Thanks for your help, I guess I'll have to drop it till the next build is released and try again ?
It's very strange because you are the ONLY one experiencing this issue. All the other known PayPal issues are not related to this and there are work arounds for each of them.
Something obviously is messed up with your seo url mod installation (since your site works when it's disable). Well, you can wait for the next release (hopefully you wont have to wait too long).