Hi,
In my CakePHP aplication, I use a shell script with a cron job which is working perfectly, except when it comes to call the requestAction()
function.
Thanks to my logs, I can see it going to the proper Controller->beforeFilter()
function, but after that nothing happens. It neves goes into the specific function.
I tried to output $this->params['action']
, but it looks perfectly fine. This happens even with a simpler function (index()
). I have no idea where else to look for as everything's looking perfectly fine and it does not show me any errors or warning.
Cheers,
Nicolas.