View Single Post
  #4  
Old 10-10-2008, 01:21 PM
benFF benFF is offline
Member
 
Join Date: Oct 2005
Posts: 38
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder 
Default

Ok putting a debug trap in - it seems that if you call the file on its own (ie not via a forum submit) it picks up the do=ipn

BUT - if you submit a form to the address shop.php?do=ipn then it doesn't pick up the $do variable (as it trips on the if (!$do) bit and sets it to view categories - however I've got it mailing the $REQUEST variables to me and they are all there).

No other changes have been made apart from the upgrade - could it be the new CRSF protection thing in VB?

p.s. I just remembered - it did the same thing on the Manage Orders page. It wasn't accepting the shop.php?do=ordersearch on the form submit, I had to put in the hidden field do = ordersearch.

I guess they're related!
Reply With Quote