Re: Plugin appController beforeFilter() action doesn't work anymore

2015-11-28 Thread Sam Clauw
I didn't find out which release changes caused the problem. But yesterday, I finally got the answar. When I changed the "beforeFilter" tot "beforeRender", it worked again! Thanks anyway for the help! Op donderdag 22 oktober 2015 12:13:17 UTC+2 schreef Rob Maurer: > > There are changes made with

Re: Plugin appController beforeFilter() action doesn't work anymore

2015-10-22 Thread Rob Maurer
There are changes made with each minor release that can affect your app; start here (http://book.cakephp.org/2.0/en/appendices.html) to see them listed all in one place. - Rob Maurer -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You

Plugin appController beforeFilter() action doesn't work anymore

2015-10-21 Thread Sam Clauw
Since my update from CakePhp 2.3. to CakePhp 2.7., my beforeFilter() action in pluginAppController doesn't work anymore: array( 'loginAction' => array( 'plugin' => 'coaster_cms', 'controller' => 'users', 'action' => 'login'