Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread 703designs

Just want to say that I adore this framework. When I launch a
successful site with Cake, I will donate $100 of my first $500 made,
and that's my word.

On Dec 11, 10:15 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On Dec 11, 2007 10:11 PM, 703designs <[EMAIL PROTECTED]> wrote:
>
>
>
> > Oh wow, I'm dumb. I wrote index.thml! Anyway, the blog tutorial should
> > tell users to do a chmod -R 777 to the app/tmp directory, since
> > there's a permissions issue otherwise.
>
> That info (the permissions stuff) is in the manual's section on
> installing and configuring CakePHP.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheKeyboard -http://www.littlehart.net/atthekeyboard

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread Chris Hartjes

On Dec 11, 2007 10:11 PM, 703designs <[EMAIL PROTECTED]> wrote:
>
> Oh wow, I'm dumb. I wrote index.thml! Anyway, the blog tutorial should
> tell users to do a chmod -R 777 to the app/tmp directory, since
> there's a permissions issue otherwise.

That info (the permissions stuff) is in the manual's section on
installing and configuring CakePHP.

-- 
Chris Hartjes

My motto for 2007:  "Just build it, damnit!"

@TheKeyboard - http://www.littlehart.net/atthekeyboard

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread 703designs

Oh wow, I'm dumb. I wrote index.thml! Anyway, the blog tutorial should
tell users to do a chmod -R 777 to the app/tmp directory, since
there's a permissions issue otherwise.

On Dec 11, 10:00 pm, "Louie Miranda" <[EMAIL PROTECTED]> wrote:
> Oh, sorry. Didn't read up to the end. It might be mod_rewrite is not
> working. Although, you where able to access localhost/posts and gives you
> that error.
>
> Check again
>
> On Dec 12, 2007 10:58 AM, Louie Miranda <[EMAIL PROTECTED]> wrote:
>
>
>
> > Please review the error.
>
> > *It says..*
>
> > > returns "Missing View: Fatal: Confirm you have
> > > created the file : /Users/myusername/Sites
>
> > > > /CakeBlog/app/views/posts/
> > > > index.thtml"
>
> > Create a index.thtml on /app/views/posts/index.thtml
>
> > HTH
> > Louie
>
> > On Dec 12, 2007 10:45 AM, 703designs <[EMAIL PROTECTED] > wrote:
>
> > > I've been plugging along with the little 15 minute blog tutorial, and
> > > I can't even view my Posts view. Here's what happens:
>
> > >http://localhost/works fine
> > >http://localhost/postsreturns "Missing View: Fatal: Confirm you have
> > > created the file : /Users/myusername/Sites/CakeBlog/app/views/posts/
> > > index.thtml"
>
> > > I have Apache on my Mac pointing to the cake folder as localhost/,
> > > which is working fine as well. Is rewrite not working? That could be
> > > the case, as it's not properly detecting the index.thtml which I've
> > > created. I've followed the tutorial precisely up to Section 8, where
> > > posts/index.thtml is created...
>
> > --
> > Louie Miranda ([EMAIL PROTECTED])
> >http://www.axishift.com
>
> > Security Is A Series Of Well-Defined Steps
> > chmod -R 0 / ; and smile :)
>
> --
> Louie Miranda ([EMAIL PROTECTED])http://www.axishift.com
>
> Security Is A Series Of Well-Defined Steps
> chmod -R 0 / ; and smile :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread 703designs

I do:


AllowOverride All

And I know this is the correct httpd.conf on my Mac, since the change
I made to DocumentRoot worked:

DocumentRoot "/Library/WebServer/Documents/cake/app/webroot"

and my CakeBlog folder which was symlinked to cake in the path above
now is properly mapped to http://localhost/

Thomas
703 Designs

On Dec 11, 9:55 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote:
> sounds like you do not have allow override set to true in your apache
> config file
>
> Sam D
>
> On Dec 11, 2007 7:45 PM, 703designs <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > I've been plugging along with the little 15 minute blog tutorial, and
> > I can't even view my Posts view. Here's what happens:
>
> >http://localhost/works fine
> >http://localhost/postsreturns "Missing View: Fatal: Confirm you have
> > created the file : /Users/myusername/Sites/CakeBlog/app/views/posts/
> > index.thtml"
>
> > I have Apache on my Mac pointing to the cake folder as localhost/,
> > which is working fine as well. Is rewrite not working? That could be
> > the case, as it's not properly detecting the index.thtml which I've
> > created. I've followed the tutorial precisely up to Section 8, where
> > posts/index.thtml is created...
>
> --
> (the old fart) the advice is free, the lack of crankiness will cost you
>
> - its a fine line between a real question and an idiot
>
> http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread Louie Miranda
Oh, sorry. Didn't read up to the end. It might be mod_rewrite is not
working. Although, you where able to access localhost/posts and gives you
that error.

Check again

On Dec 12, 2007 10:58 AM, Louie Miranda <[EMAIL PROTECTED]> wrote:

> Please review the error.
>
> *It says..*
>
> > returns "Missing View: Fatal: Confirm you have
> > created the file : /Users/myusername/Sites
> > >
> > > /CakeBlog/app/views/posts/
> > > index.thtml"
> >
> >
> Create a index.thtml on /app/views/posts/index.thtml
>
> HTH
> Louie
>
>
> On Dec 12, 2007 10:45 AM, 703designs <[EMAIL PROTECTED] > wrote:
>
> >
> > I've been plugging along with the little 15 minute blog tutorial, and
> > I can't even view my Posts view. Here's what happens:
> >
> > http://localhost/ works fine
> > http://localhost/posts returns "Missing View: Fatal: Confirm you have
> > created the file : /Users/myusername/Sites/CakeBlog/app/views/posts/
> > index.thtml"
> >
> > I have Apache on my Mac pointing to the cake folder as localhost/,
> > which is working fine as well. Is rewrite not working? That could be
> > the case, as it's not properly detecting the index.thtml which I've
> > created. I've followed the tutorial precisely up to Section 8, where
> > posts/index.thtml is created...
> >
> > > >
> >
>
>
> --
> Louie Miranda ([EMAIL PROTECTED])
> http://www.axishift.com
>
> Security Is A Series Of Well-Defined Steps
> chmod -R 0 / ; and smile :)




-- 
Louie Miranda ([EMAIL PROTECTED])
http://www.axishift.com

Security Is A Series Of Well-Defined Steps
chmod -R 0 / ; and smile :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread Louie Miranda
Please review the error.

*It says..*

> returns "Missing View: Fatal: Confirm you have
> created the file : /Users/myusername/Sites
> >
> > /CakeBlog/app/views/posts/
> > index.thtml"
>
>
Create a index.thtml on /app/views/posts/index.thtml

HTH
Louie

On Dec 12, 2007 10:45 AM, 703designs <[EMAIL PROTECTED]> wrote:

>
> I've been plugging along with the little 15 minute blog tutorial, and
> I can't even view my Posts view. Here's what happens:
>
> http://localhost/ works fine
> http://localhost/posts returns "Missing View: Fatal: Confirm you have
> created the file : /Users/myusername/Sites/CakeBlog/app/views/posts/
> index.thtml"
>
> I have Apache on my Mac pointing to the cake folder as localhost/,
> which is working fine as well. Is rewrite not working? That could be
> the case, as it's not properly detecting the index.thtml which I've
> created. I've followed the tutorial precisely up to Section 8, where
> posts/index.thtml is created...
>
> >
>


-- 
Louie Miranda ([EMAIL PROTECTED])
http://www.axishift.com

Security Is A Series Of Well-Defined Steps
chmod -R 0 / ; and smile :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread Samuel DeVore

sounds like you do not have allow override set to true in your apache
config file

Sam D

On Dec 11, 2007 7:45 PM, 703designs <[EMAIL PROTECTED]> wrote:
>
> I've been plugging along with the little 15 minute blog tutorial, and
> I can't even view my Posts view. Here's what happens:
>
> http://localhost/ works fine
> http://localhost/posts returns "Missing View: Fatal: Confirm you have
> created the file : /Users/myusername/Sites/CakeBlog/app/views/posts/
> index.thtml"
>
> I have Apache on my Mac pointing to the cake folder as localhost/,
> which is working fine as well. Is rewrite not working? That could be
> the case, as it's not properly detecting the index.thtml which I've
> created. I've followed the tutorial precisely up to Section 8, where
> posts/index.thtml is created...
>
> >
>



-- 
(the old fart) the advice is free, the lack of crankiness will cost you

- its a fine line between a real question and an idiot

http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Following 15min Blog tutorial, and can't get anything working!

2007-12-11 Thread 703designs

I've been plugging along with the little 15 minute blog tutorial, and
I can't even view my Posts view. Here's what happens:

http://localhost/ works fine
http://localhost/posts returns "Missing View: Fatal: Confirm you have
created the file : /Users/myusername/Sites/CakeBlog/app/views/posts/
index.thtml"

I have Apache on my Mac pointing to the cake folder as localhost/,
which is working fine as well. Is rewrite not working? That could be
the case, as it's not properly detecting the index.thtml which I've
created. I've followed the tutorial precisely up to Section 8, where
posts/index.thtml is created...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---