This is a weird issue.  I am using the same redirect several times in
the controller.  The redirect works for all of the other actions
except when I use an edit function.  The redirect is as follows:


$this->redirect(array('controller'=>'systems', 'action'=>'index',
'admin'=>1));


I have checked to make sure there are no blank spaces before the <?php
tag.  The weirdest thing is that it works in other actions within this
controller.  After the user updates the record, the redirect is
supposed to show the index of the same controller again.

I am using Cake 2.0.1 and have changed the debug settings from 0 to 1
to 2.  They are now on 2.

Any ideas?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to