Thanks for updating your progress here. I hope this will help others as they start migrating to 2.0. If you find anything that can help us improve the upgrade process at the core level let us know http://cakephp.lighthouseapp.com/dashboard
-- Larry E. Masters On Tue, Oct 18, 2011 at 12:27 PM, Jeremy Burns | Class Outfit < [email protected]> wrote: > I got it to work. > > Firstly, I didn't have my path set up correctly. To remedy it, I changed > the .profile file in my home directory as follows: > > export > PATH=/usr/local/mysql:/user/bin:/Data/jeremyburns/Sites/CakePHP/cake:/Data/jeremyburns/Sites/CakePHP_2_0/lib/Cake/Console:$PATH > > -> this being the important piece: > :/Data/jeremyburns/Sites/CakePHP_2_0/lib/Cake/Console > > Then I created a new CakePHP 2.0 site and replaced the entire /app folder > with my 1.3.13 /app folder. > > Then I navigated to the /app folder in Terminal and ran: cake upgrade all > > When I visit the new site I'm getting a few errors that I am working > through and will post progress. > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 18 Oct 2011, at 17:21, rchavik wrote: > > I'm guessing here, but I find that having directories in app/plugins/ may > cause the upgrade shell to give errors. Try removing the plugins in that > directory. > > I have also managed to perform upgrade by renaming the app/config to > app/Config, and implicitly load the plugins by CakePlugin::loadAll() > Note: it will upgrade the plugins too. So that might not be what you want. > > -- > 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 > -- 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
