I've got it working by overwriting the scaffold controller in the cake library with the controller from version 1.2.4. I did a diff on the two files and I noticed that the main difference is the use of $_validSession in the newer file. I'm new to CakePHP (this is my first project), so I don't know if what I did is heresy, but it seems to work. Maybe we should submit a bug for version 1.3?
On Aug 31, 5:09 am, Andras Kende <[email protected]> wrote: > Hello, > > is it possible that in cake 1.3 using var $scaffoldwontredirecton > save or edit ? > I just get a blank page. > > <?php > class ProductsController extends AppController { > var $scaffold;} > > ?> > > core.php set to: > Configure::write('debug', 0); > > Thanks, > > Andras --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
