Re: strange behavior with redirecting inside the Controller

2012-11-07 Thread sung ju bang
I had the exact same problem Is there any solution to this? Also, it seems that I can't use redirect in beforeFilter in AppController (always end up with a redirect loop). Is there a way around? or it's not possible? I need to redirect a user within project scope(grobal) or controller scope

Re: strange behavior with redirecting inside the Controller

2012-11-06 Thread lowpass
Instead of redirecting just disable the max_execute_time at the beginning of the action: set_time_limit(0); On Tue, Nov 6, 2012 at 6:21 AM, Serkan Sipahi wrote: > > Hi bakers, > > first of all, my english is not good > > i have a strange behavior with redirecting inside th

strange behavior with redirecting inside the Controller

2012-11-06 Thread Serkan Sipahi
Hi bakers, first of all, my english is not good i have a strange behavior with redirecting inside the Controller. Well, i must redirect(see below/end of public function index()) to the self controller(ModsitemapController) to bypassing the php _max_execute_time. If cake begin to