Re: updating cake 1.2.5 to 2.5.3

2014-08-04 Thread euromark
Did you follow the upgrade migration guide? And properly migrated all files as outlined there? mark Am Montag, 4. August 2014 19:35:55 UTC+2 schrieb Couples Corner: > > Hello, > I have installed a new copy of 2.5.3 which is working but after > transferring files from old app I am getting error

updating cake 1.2.5 to 2.5.3

2014-08-04 Thread 'Couples Corner' via CakePHP
Hello, I have installed a new copy of 2.5.3 which is working but after transferring files from old app I am getting error messages: I have also noticed that old site didn;t have a AppController except in Cake library? There is a base_app_controller which seems to have the login requirements -

Re: redirect problem in cake 1.2.5

2010-01-15 Thread John Andersen
Try to turn on debug and replace your statement in the index method with debug('In index'); You echo statement in the index method may be the one that makes an output, before the index view starts doing that, thus giving you the error! Debug is turned on in your app/config/core.php file - look for

redirect problem in cake 1.2.5

2010-01-15 Thread postman
Hello! I have a problem with ->redirect() in my controller. I've downloaded the cakephp 1.2.5 empty project and created users_controller, here is it: class UsersController extends AppController { var $name = "Users"; function index() { echo 'index'; } function test(

Re: Cake 1.2.5

2009-09-17 Thread iFeghali
Subversion, buddy. http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html On Sep 17, 2:01 pm, brian wrote: > Your latest message could use some expansion. What do you mean? --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: Cake 1.2.5

2009-09-17 Thread brian
Your latest message could use some expansion. What do you mean? On Thu, Sep 17, 2009 at 12:15 PM, Mal wrote: > > Latest cake doesn't have the $keywords$ expanded. > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

Cake 1.2.5

2009-09-17 Thread Mal
Latest cake doesn't have the $keywords$ expanded. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send em