A couple more oddities I just noted. - I had a model system_component.php. This was upgraded to SystemComponent.php but it was moved from Model into Controller/Component. - I had a model called xuser.php (I placed the x in front to make sure it was not be referenced anywhere - I had instead got a model people.php that I was using for authentication etc). After the upgrade I had a model User.php, but no Xuser.php.
Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Oct 2011, at 14:56, euromark wrote: > i just wrote down a list of bugs and enhancements I found the last > couple of hours trying to port a medium to large sized app > http://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2117-improvements-for-20-upgrade-shell > > > > On 19 Okt., 13:32, majna <[email protected]> wrote: >> When upgrading plugins for each plugin add plugin option like: >> >> cake upgrade all -p Blog >> >> You have to upgrade App::import() manually. > > -- > 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 -- 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
