Re: Error in the Cake Blog tutorial.

2006-08-25 Thread mrbog
That is not my problem. I'm not overwriting another cake install. I'm not using the non-release version. This is a clean install of the most recent cake release. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake

Re: Re: Error in the Cake Blog tutorial.

2006-08-25 Thread Samuel DeVore
Alright a couple of questions... Are you one php5 or 4? If 4 make sure that you have $name set in models and controllers like var $name = 'Post'; // in your model files var $name = 'Posts'; // in controller files Did you double check all of your pluralizations refer to

Re: Error in the Cake Blog tutorial.

2006-08-24 Thread Samuel DeVore
very often this is an indication that your app/config files are not in sync with your cake core files see this thread http://groups.google.com/group/cake-php/browse_thread/thread/6465f8d6ec5b7462/e31177cc5332340a?lnk=gstq=Warning%3A+Invalid+argument+supplied+for+foreach()rnum=4#e31177cc5332340a

Error in the Cake Blog tutorial.

2006-08-21 Thread mrbog
I just installed the latest cakephp release and tried doing the cake blog tutorial. This one: http://manual.cakephp.org/chapter/20 Here is the error I got: Warning: Invalid argument supplied for foreach() in /www/cakefun/cake/libs/controller/controller.php on line 604 Warning: Invalid