Mandatory information about my setup:
Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: (2.5.9)
PHP version: (unknown)
MySQL version: (unknown)
Host: (Rochen)
Admin Tools version: (2.4.4)
Description of my issue:
Testing redshop+paypal via sandbox on site www.i-webdesigner.co.uk/jenjones
Immediately got Bad behaviour errors from AdminToolsPro so set WAF Exception com_redshop+order_detail (which worked for me on sister site www.welshquilts.com)
This stopped the Bad behaviour messages BUT the POST from Paypal was still being blocked. See Log entry:
173.0.82.126 - - [07/Feb/2013:14:19:39 +0000] "POST /jenjones/index.php?tmpl=component&option=com_redshop&view=order_detail&controller=order_detail&task=notify_payment&payment_plugin=rs_payment_paypal&Itemid=1&orderid=51 HTTP/1.0" 403 66 "-" "-"
Eventuall in desperation I simply UNPUBLISHED admintools system plugin.
Now I get
173.0.82.126 - - [07/Feb/2013:14:12:51 +0000] "POST /jenjones/index.php?tmpl=component&option=com_redshop&view=order_detail&controller=order_detail&task=notify_payment&payment_plugin=rs_payment_paypal&Itemid=1&orderid=50 HTTP/1.0" 303 51 "-" "-"
173.0.82.126 - - [07/Feb/2013:14:12:52 +0000] "GET /jenjones/index.php?option=com_redshop&view=order_detail&layout=receipt&Itemid=1&oid=50 HTTP/1.0" 303 45 "-" "-"
173.0.82.126 - - [07/Feb/2013:14:12:52 +0000] "GET /jenjones/index.php?option=com_redshop&view=login&Itemid=1 HTTP/1.0" 200 25808 "-" "-"
which says the paypal POST is getting through.
The fact that RedShop is not reacting to it by setting my order 'Paid' is another problem for the redshop guys.
My question is why do I need to unpublish the admintools plugin?
Is it because I'm testing in a subdirectory ??
Regards