Re: Trouble upgrading from 1.3.4 to 2.0.4

2012-02-06 Thread McScreech
Apologize for the late return to this post, was away for a bit then assigned to other duties on my return. Short version: Yh, SUCCESS!!! Long version: I applied Mark's advise, successfully used his upgrade plugin, then only needed to adjust my code to conform to the new Auth component by

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-17 Thread euromark
it should now be App::uses(): App::uses('Helper', 'View'); On 16 Dez., 19:51, "Timothy O'Reilly" wrote: > HI, > I'm a newb to Cake and this group but saw you mention Git and version > control.  I'd highly recommend Github (if you aren't already there), and > especially if you have a Mac as thei

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-16 Thread Timothy O'Reilly
HI, I'm a newb to Cake and this group but saw you mention Git and version control. I'd highly recommend Github (if you aren't already there), and especially if you have a Mac as their App for the Mac makes Git ridiculously easy (http://mac.github.com/)..it has saved my bacon so many times

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-16 Thread McScreech
OK, I think I'm almost there. Both upgrade and command shell scripts ran to completion with no errors reported. However, when I try to access the app in the browser I get the following error on an otherwise blank page: Fatal error: Class 'Helper' not found in C:\_web\lab\cakes\204\GPDdev \View\Help

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-16 Thread euromark
yes, definitely otherwise it cannot be guarantied that either one of the upgrade shells will find the folders and its files. It might work (most paths are relative to the constants defined in the console/dispatcher) - but I am not sure about that. On 16 Dez., 17:15, McScreech wrote: > btw, since

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-16 Thread McScreech
btw, since I'm using a non-standard setup, would there be any benefit to copying my app and webroot directories back under the cake install location before my next attempt? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions si

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-16 Thread euromark
yep, you should follow the readme it clearly states to run it as a full plugin - not copying it out from there ;) On 16 Dez., 17:08, McScreech wrote: > Not sure what I've done anymore. I have _got_ to learn git and get a > handle on proper version control for sure! > > Now I'm getting the follow

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-16 Thread McScreech
Not sure what I've done anymore. I have _got_ to learn git and get a handle on proper version control for sure! Now I'm getting the following output after the upgrade command runs part way through. It seems to finish up to: * Updating helpers() #3 C:\_web\lab\cakes\204\lib\Cake\Console\Shell.php(

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-15 Thread euromark
just do it step by step and and fix the last occuring erros manually. there will always be sth that will not work out of the box. but it is manageable. it helps to have version control and have everything committed before starting this way you know what changed. what exactly wasnt working? any spe

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-15 Thread McScreech
Damn, I was wrong - it's not actually working. I'm going to have to start over again since I'm beginning to lose myself in the tangle I've created. I'll post back again after I make a fresh install and step through the process again. -- Our newest site for the community: CakePHP Video Tutorials

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-15 Thread euromark
PS: running cake "Upgrade.Correct all" should run the ones NOT specific to my app at one blow. On 15 Dez., 18:16, McScreech wrote: > Yaahooo!!! I appear to have upgraded successfully. Thanx VERY MUCH > Mark! > > I had only two hitches after upgrading that prevented my app from > loading (and onl

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-15 Thread euromark
1) no, its only partially specific some of the methods are really useful for you (see the comment in the class itself) some are not interesting for you 2) you may delete "Helpers" (probably didnt get deleted) On 15 Dez., 18:16, McScreech wrote: > Yaahooo!!! I appear to have upgraded successfull

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-15 Thread McScreech
Yaahooo!!! I appear to have upgraded successfully. Thanx VERY MUCH Mark! I had only two hitches after upgrading that prevented my app from loading (and only about an hour of effort): 1) I had to remove a closing php tag from the end of app\config \routes.php (which subsequently preceded the upgrad

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-15 Thread McScreech
Thanx Mark. I shall try it out today. McS -- 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 ca

Re: Trouble upgrading from 1.3.4 to 2.0.4

2011-12-14 Thread euromark
yes unfortunately, the official upgrade shell still lacks quite a lot of basic stuff I would recommend the one I used to upgrade a bunch of large projects in less than days. https://github.com/dereuromark/upgrade On 14 Dez., 19:15, McScreech wrote: > Win XP SP3 > Apache 2.2.16 > PHP 5.3.3 > cake

Trouble upgrading from 1.3.4 to 2.0.4

2011-12-14 Thread McScreech
Win XP SP3 Apache 2.2.16 PHP 5.3.3 cakePHP 1.3.4-0 (trying for 2.0.4-0) I'm attempting to upgrade from cake 1.3.4 to 2.0.4 with limited success. I use a non-standard setup as described in 'http://ad7six.com/ 2007/08/24/Production-setup-revisited.html'. I've actually had this running for some time