Cake 1.2 SWX problem solved · Dec 14, 07:44 PM
Recently I was asked to use SWX to tie into a CakePHP project. Integrating SWX was a piece of cake (cheap pun :) ), but in the middle of development, walker upgraded our Cake core to version 1.2 and all of our SWX started dying. If you have run into this problem, the fix is pretty simple:
edit all of your gateway files in your webroot (cake_amf_gatway.php, cake_json_gateway.php, and cake_swx_gateway.php) by replacing:
☆ Jonathan Greene