Re: 2.1.3 Freshly Baked App Help

2012-07-13 Thread Steve Found
I'm not sure you have done the bake correctly under 2.1.3 If you do 'cake bake NewSite' then the directory structure should be: NewSite/ Config/ Console/ Controller/ Model/ tmp/ webroot/ etc... etc... There should not be an app/ directory generated. What command d

Re: 2.1.3 Freshly Baked App Help

2012-07-11 Thread lowpass
On Wed, Jul 11, 2012 at 4:48 PM, Advantage+ wrote: > But the other cake sites are running fine so would that not indicate that > AllowOverride All is already set up? Not necessarily. That depends on the new site's virtual host config. -- Our newest site for the community: CakePHP Video Tutorial

RE: 2.1.3 Freshly Baked App Help

2012-07-11 Thread Advantage+
Subject: Re: 2.1.3 Freshly Baked App Help Apache's config requires "AllowOverride All" for .htaccess files to be read. Missing that? On Wed, Jul 11, 2012 at 4:37 PM, Advantage+ wrote: > The new baked app folder looks like this > > App /Config ..th

Re: 2.1.3 Freshly Baked App Help

2012-07-11 Thread lowpass
> > RewriteCond %{REQUEST_FILENAME} !-f > > RewriteRule ^(.*)$ index.php [QSA,L] > > > > -Original Message- > From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf > Of lowpass > Sent: Wednesday, July 11, 2012 6:03 P

RE: 2.1.3 Freshly Baked App Help

2012-07-11 Thread Advantage+
To: cake-php@googlegroups.com Subject: Re: 2.1.3 Freshly Baked App Help Missing the .htaccess files? On Wed, Jul 11, 2012 at 4:02 PM, Advantage+ wrote: > Basically I have a few older cake 1.3 sites on my server > > > > App <- site 1 v 1.3.x > > Site2 folder > >

Re: 2.1.3 Freshly Baked App Help

2012-07-11 Thread lowpass
Missing the .htaccess files? On Wed, Jul 11, 2012 at 4:02 PM, Advantage+ wrote: > Basically I have a few older cake 1.3 sites on my server > > > > App <- site 1 v 1.3.x > > Site2 folder > > / app <- v 1.3.x > > > > NewSite > > /app <

2.1.3 Freshly Baked App Help

2012-07-11 Thread Advantage+
Basically I have a few older cake 1.3 sites on my server App <- site 1 v 1.3.x Site2 folder / app <- v 1.3.x NewSite /app <- v 2.1.3 Site 1 and 2 are running fine, I did a fresh 2.1.3 console bake, only user model / co