Re: Unable to install CakePHP

2011-09-11 Thread Ryan Schmidt

On Sep 9, 2011, at 23:20, saurabh mishra wrote:

> this all are a problem of mac os this is already running in the win7
>  and all old os

There is no "problem of mac os"; there's just a problem of someone trying to 
set up apache who doesn't understand how to do so.


-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Unable to install CakePHP

2011-09-10 Thread saurabh mishra
this all are a problem of mac os this is already running in the win7
 and all old os
On Sat, Sep 10, 2011 at 2:01 AM, Yves S. Garret
wrote:

> Ok, now it works.  XAMPP did it.
>
> On Fri, Sep 9, 2011 at 1:52 PM, Chris  wrote:
>
>> Why don't you just uninstall those things and run something like WAMP
>> which is auto setup or the like? XAMPP is another good one which I
>> think is a little easier than WAMP, I'm not sure since I haven't used
>> it, and I also THINK it's updated more regularly
>>
>> http://www.wampserver.com/en/
>>
>> http://www.apachefriends.org/en/xampp.html
>>
>> This should solve your issues and afterwards its just a simple copy
>> and paste in to the Apache folders.
>>
>> On Sep 9, 1:20 pm, Teddy Zeenny  wrote:
>> > Doeshttp://localhost/give the same page ashttp://localhost/index.php?
>> >
>> > On Fri, Sep 9, 2011 at 6:56 PM, Yves S. Garret
>> > wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > Changed all overrides to All (some places where I've read it's a no-no
>> to
>> > > do), still nothing.
>> >
>> > > On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock > >wrote:
>> >
>> > >> I see an
>> >
>> > >> AllowOveride None
>> >
>> > >> change this to
>> >
>> > >> AllowOverride All
>> >
>> > >> restart apache :)
>> >
>> > >>  - S
>> >
>> > >> On 9 September 2011 16:25, Yves S. Garret <
>> yoursurrogate...@gmail.com>wrote:
>> >
>> > >>> I tried the following without success:
>> >
>> > >>> 
>> > >>> DirectoryIndex index.php
>> > >>> 
>> >
>> > >>> 
>> > >>>  DirectoryIndex index.html index.php
>> > >>> 
>> >
>> > >>> The PHP page still worked, but I couldn't get the CakePHP page up.
>> >
>> > >>> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock <
>> sam.sherl...@gmail.com>wrote:
>> >
>> >  I think your issue is that directory index should be php (your
>> config
>> >  was set to html)
>> >
>> >  
>> >  DirectoryIndex index.php
>> >  
>> >
>> >   - S
>> >
>> >  On 9 September 2011 14:01, Yves S. Garret <
>> yoursurrogate...@gmail.com>wrote:
>> >
>> > > Is it possible to make attachments in this mailing list or should
>> I
>> > > upload the files somewhere and then throw a link?
>> >
>> > > On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock <
>> sam.sherl...@gmail.com>wrote:
>> >
>> > >> Your server is not configured correct.
>> >
>> > >> Is php set? Can you display php info?
>> > >> Is mod rewrite setup?
>> >
>> > >>  - S
>> > >> On 8 Sep 2011 22:36, "Yves S. Garret" <
>> yoursurrogate...@gmail.com>
>> > >> wrote:
>> > >> > I'm using Google Chrome, would that be an issue? I doubt it...
>> >
>> > >> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny <
>> teddyzee...@gmail.com>
>> > >> wrote:
>> >
>> > >> >> Yes, simply go to:http://localhost/cake_1_3/
>> > >> >> You should see the default CakePHP page which will tell you
>> what is
>> > >> working
>> > >> >> and what's not...
>> >
>> > >> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
>> > >> yoursurrogate...@gmail.com
>> > >> >> > wrote:
>> >
>> > >> >>> Hello,
>> >
>> > >> >>> I tried posting this before, but did not see it show up in
>> the
>> > >> mailing
>> > >> >>> list, so I'll try again (maybe I messed something up in the
>> > >> process?)
>> >
>> > >> >>> I managed to get MySQL, Apache and PHP 5 installed on my
>> Windows 7
>> > >> >>> machine. I'm a little lost as to how to install CakePHP.
>> >
>> > >> >>> I did what was described in here:
>> > >> >>>http://book.cakephp.org/view/913/Development
>> >
>> > >> >>> But how can I get a "It works!" (or something similar)
>> message
>> > >> from
>> > >> >>> Apache indicating that it works? I have the DocumentRoot at:
>> > >> C:\server
>> > >> >>> \www\myserver.dev\public_html and in that directory I have
>> > >> cake_1_3,
>> > >> >>> I can do localhost/index.php (there's a PHP file in
>> public_html to
>> > >> >>> test that Apache works with PHP and it does), but is there
>> > >> something
>> > >> >>> similar for CakePHP?
>> >
>> > >> >>> --
>> > >> >>> Our newest site for the community: CakePHP Video Tutorials
>> > >> >>>http://tv.cakephp.org
>> > >> >>> Check out the new CakePHP Questions
>> sitehttp://ask.cakephp.organdhelp
>> > >> >>> others with their CakePHP related questions.
>> >
>> > >> >>> To unsubscribe from this group, send email to
>> > >> >>> cake-php+unsubscr...@googlegroups.com For more options,
>> visit
>> > >> this group
>> > >> >>> athttp://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
>> sitehttp://ask.cakephp.organdhelp
>> > >> >> others with their CakePHP related questions.
>> >
>> > >> >> To unsubscribe from this group, send email to
>> > >> >> cake-php+unsubscr...@googlegroups.co

Re: Unable to install CakePHP

2011-09-09 Thread Yves S. Garret
Ok, now it works.  XAMPP did it.

On Fri, Sep 9, 2011 at 1:52 PM, Chris  wrote:

> Why don't you just uninstall those things and run something like WAMP
> which is auto setup or the like? XAMPP is another good one which I
> think is a little easier than WAMP, I'm not sure since I haven't used
> it, and I also THINK it's updated more regularly
>
> http://www.wampserver.com/en/
>
> http://www.apachefriends.org/en/xampp.html
>
> This should solve your issues and afterwards its just a simple copy
> and paste in to the Apache folders.
>
> On Sep 9, 1:20 pm, Teddy Zeenny  wrote:
> > Doeshttp://localhost/give the same page ashttp://localhost/index.php?
> >
> > On Fri, Sep 9, 2011 at 6:56 PM, Yves S. Garret
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Changed all overrides to All (some places where I've read it's a no-no
> to
> > > do), still nothing.
> >
> > > On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock  >wrote:
> >
> > >> I see an
> >
> > >> AllowOveride None
> >
> > >> change this to
> >
> > >> AllowOverride All
> >
> > >> restart apache :)
> >
> > >>  - S
> >
> > >> On 9 September 2011 16:25, Yves S. Garret  >wrote:
> >
> > >>> I tried the following without success:
> >
> > >>> 
> > >>> DirectoryIndex index.php
> > >>> 
> >
> > >>> 
> > >>>  DirectoryIndex index.html index.php
> > >>> 
> >
> > >>> The PHP page still worked, but I couldn't get the CakePHP page up.
> >
> > >>> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock <
> sam.sherl...@gmail.com>wrote:
> >
> >  I think your issue is that directory index should be php (your
> config
> >  was set to html)
> >
> >  
> >  DirectoryIndex index.php
> >  
> >
> >   - S
> >
> >  On 9 September 2011 14:01, Yves S. Garret <
> yoursurrogate...@gmail.com>wrote:
> >
> > > Is it possible to make attachments in this mailing list or should I
> > > upload the files somewhere and then throw a link?
> >
> > > On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock <
> sam.sherl...@gmail.com>wrote:
> >
> > >> Your server is not configured correct.
> >
> > >> Is php set? Can you display php info?
> > >> Is mod rewrite setup?
> >
> > >>  - S
> > >> On 8 Sep 2011 22:36, "Yves S. Garret"  >
> > >> wrote:
> > >> > I'm using Google Chrome, would that be an issue? I doubt it...
> >
> > >> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny <
> teddyzee...@gmail.com>
> > >> wrote:
> >
> > >> >> Yes, simply go to:http://localhost/cake_1_3/
> > >> >> You should see the default CakePHP page which will tell you
> what is
> > >> working
> > >> >> and what's not...
> >
> > >> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
> > >> yoursurrogate...@gmail.com
> > >> >> > wrote:
> >
> > >> >>> Hello,
> >
> > >> >>> I tried posting this before, but did not see it show up in the
> > >> mailing
> > >> >>> list, so I'll try again (maybe I messed something up in the
> > >> process?)
> >
> > >> >>> I managed to get MySQL, Apache and PHP 5 installed on my
> Windows 7
> > >> >>> machine. I'm a little lost as to how to install CakePHP.
> >
> > >> >>> I did what was described in here:
> > >> >>>http://book.cakephp.org/view/913/Development
> >
> > >> >>> But how can I get a "It works!" (or something similar) message
> > >> from
> > >> >>> Apache indicating that it works? I have the DocumentRoot at:
> > >> C:\server
> > >> >>> \www\myserver.dev\public_html and in that directory I have
> > >> cake_1_3,
> > >> >>> I can do localhost/index.php (there's a PHP file in
> public_html to
> > >> >>> test that Apache works with PHP and it does), but is there
> > >> something
> > >> >>> similar for CakePHP?
> >
> > >> >>> --
> > >> >>> Our newest site for the community: CakePHP Video Tutorials
> > >> >>>http://tv.cakephp.org
> > >> >>> Check out the new CakePHP Questions
> sitehttp://ask.cakephp.organdhelp
> > >> >>> others with their CakePHP related questions.
> >
> > >> >>> To unsubscribe from this group, send email to
> > >> >>> cake-php+unsubscr...@googlegroups.com For more options, visit
> > >> this group
> > >> >>> athttp://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
> sitehttp://ask.cakephp.organdhelp
> > >> >> others with their CakePHP related questions.
> >
> > >> >> To unsubscribe from this group, send email to
> > >> >> cake-php+unsubscr...@googlegroups.com For more options, visit
> this
> > >> group
> > >> >> athttp://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
> sitehttp://ask.cakephp.organd
> > >> help others with their CakePHP related question

Re: Unable to install CakePHP

2011-09-09 Thread Yves S. Garret
About to do install XAMPP.

On Fri, Sep 9, 2011 at 1:52 PM, Chris  wrote:

> Why don't you just uninstall those things and run something like WAMP
> which is auto setup or the like? XAMPP is another good one which I
> think is a little easier than WAMP, I'm not sure since I haven't used
> it, and I also THINK it's updated more regularly
>
> http://www.wampserver.com/en/
>
> http://www.apachefriends.org/en/xampp.html
>
> This should solve your issues and afterwards its just a simple copy
> and paste in to the Apache folders.
>
> On Sep 9, 1:20 pm, Teddy Zeenny  wrote:
> > Doeshttp://localhost/give the same page ashttp://localhost/index.php?
> >
> > On Fri, Sep 9, 2011 at 6:56 PM, Yves S. Garret
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Changed all overrides to All (some places where I've read it's a no-no
> to
> > > do), still nothing.
> >
> > > On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock  >wrote:
> >
> > >> I see an
> >
> > >> AllowOveride None
> >
> > >> change this to
> >
> > >> AllowOverride All
> >
> > >> restart apache :)
> >
> > >>  - S
> >
> > >> On 9 September 2011 16:25, Yves S. Garret  >wrote:
> >
> > >>> I tried the following without success:
> >
> > >>> 
> > >>> DirectoryIndex index.php
> > >>> 
> >
> > >>> 
> > >>>  DirectoryIndex index.html index.php
> > >>> 
> >
> > >>> The PHP page still worked, but I couldn't get the CakePHP page up.
> >
> > >>> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock <
> sam.sherl...@gmail.com>wrote:
> >
> >  I think your issue is that directory index should be php (your
> config
> >  was set to html)
> >
> >  
> >  DirectoryIndex index.php
> >  
> >
> >   - S
> >
> >  On 9 September 2011 14:01, Yves S. Garret <
> yoursurrogate...@gmail.com>wrote:
> >
> > > Is it possible to make attachments in this mailing list or should I
> > > upload the files somewhere and then throw a link?
> >
> > > On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock <
> sam.sherl...@gmail.com>wrote:
> >
> > >> Your server is not configured correct.
> >
> > >> Is php set? Can you display php info?
> > >> Is mod rewrite setup?
> >
> > >>  - S
> > >> On 8 Sep 2011 22:36, "Yves S. Garret"  >
> > >> wrote:
> > >> > I'm using Google Chrome, would that be an issue? I doubt it...
> >
> > >> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny <
> teddyzee...@gmail.com>
> > >> wrote:
> >
> > >> >> Yes, simply go to:http://localhost/cake_1_3/
> > >> >> You should see the default CakePHP page which will tell you
> what is
> > >> working
> > >> >> and what's not...
> >
> > >> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
> > >> yoursurrogate...@gmail.com
> > >> >> > wrote:
> >
> > >> >>> Hello,
> >
> > >> >>> I tried posting this before, but did not see it show up in the
> > >> mailing
> > >> >>> list, so I'll try again (maybe I messed something up in the
> > >> process?)
> >
> > >> >>> I managed to get MySQL, Apache and PHP 5 installed on my
> Windows 7
> > >> >>> machine. I'm a little lost as to how to install CakePHP.
> >
> > >> >>> I did what was described in here:
> > >> >>>http://book.cakephp.org/view/913/Development
> >
> > >> >>> But how can I get a "It works!" (or something similar) message
> > >> from
> > >> >>> Apache indicating that it works? I have the DocumentRoot at:
> > >> C:\server
> > >> >>> \www\myserver.dev\public_html and in that directory I have
> > >> cake_1_3,
> > >> >>> I can do localhost/index.php (there's a PHP file in
> public_html to
> > >> >>> test that Apache works with PHP and it does), but is there
> > >> something
> > >> >>> similar for CakePHP?
> >
> > >> >>> --
> > >> >>> Our newest site for the community: CakePHP Video Tutorials
> > >> >>>http://tv.cakephp.org
> > >> >>> Check out the new CakePHP Questions
> sitehttp://ask.cakephp.organdhelp
> > >> >>> others with their CakePHP related questions.
> >
> > >> >>> To unsubscribe from this group, send email to
> > >> >>> cake-php+unsubscr...@googlegroups.com For more options, visit
> > >> this group
> > >> >>> athttp://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
> sitehttp://ask.cakephp.organdhelp
> > >> >> others with their CakePHP related questions.
> >
> > >> >> To unsubscribe from this group, send email to
> > >> >> cake-php+unsubscr...@googlegroups.com For more options, visit
> this
> > >> group
> > >> >> athttp://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
> sitehttp://ask.cakephp.organd
> > >> help others with their CakePHP related questions.
> >

Re: Unable to install CakePHP

2011-09-09 Thread Yves S. Garret
http://localhost/ gives me a "It works!" message.
http://localhost/index.php spews out all sorts of PHP relevant stuff (like
version, build, etc.)

On Fri, Sep 9, 2011 at 1:20 PM, Teddy Zeenny  wrote:

> Does http://localhost/ give the same page as http://localhost/index.php ?
>
> On Fri, Sep 9, 2011 at 6:56 PM, Yves S. Garret  > wrote:
>
>> Changed all overrides to All (some places where I've read it's a no-no to
>> do), still nothing.
>>
>>
>> On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock wrote:
>>
>>> I see an
>>>
>>> AllowOveride None
>>>
>>> change this to
>>>
>>> AllowOverride All
>>>
>>> restart apache :)
>>>
>>>  - S
>>>
>>>
>>>
>>>
>>> On 9 September 2011 16:25, Yves S. Garret wrote:
>>>
 I tried the following without success:

 
 DirectoryIndex index.php
 

 
  DirectoryIndex index.html index.php
 

 The PHP page still worked, but I couldn't get the CakePHP page up.

 On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock 
 wrote:

> I think your issue is that directory index should be php (your config
> was set to html)
>
> 
> DirectoryIndex index.php
> 
>
>  - S
>
>
>
>
> On 9 September 2011 14:01, Yves S. Garret 
> wrote:
>
>> Is it possible to make attachments in this mailing list or should I
>> upload the files somewhere and then throw a link?
>>
>> On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock 
>> wrote:
>>
>>> Your server is not configured correct.
>>>
>>> Is php set? Can you display php info?
>>> Is mod rewrite setup?
>>>
>>>  - S
>>> On 8 Sep 2011 22:36, "Yves S. Garret" 
>>> wrote:
>>> > I'm using Google Chrome, would that be an issue? I doubt it...
>>> >
>>> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny <
>>> teddyzee...@gmail.com> wrote:
>>> >
>>> >> Yes, simply go to: http://localhost/cake_1_3/
>>> >> You should see the default CakePHP page which will tell you what
>>> is working
>>> >> and what's not...
>>> >>
>>> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
>>> yoursurrogate...@gmail.com
>>> >> > wrote:
>>> >>
>>> >>> Hello,
>>> >>>
>>> >>> I tried posting this before, but did not see it show up in the
>>> mailing
>>> >>> list, so I'll try again (maybe I messed something up in the
>>> process?)
>>> >>>
>>> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows
>>> 7
>>> >>> machine. I'm a little lost as to how to install CakePHP.
>>> >>>
>>> >>> I did what was described in here:
>>> >>> http://book.cakephp.org/view/913/Development
>>> >>>
>>> >>> But how can I get a "It works!" (or something similar) message
>>> from
>>> >>> Apache indicating that it works? I have the DocumentRoot at:
>>> C:\server
>>> >>> \www\myserver.dev\public_html and in that directory I have
>>> cake_1_3,
>>> >>> I can do localhost/index.php (there's a PHP file in public_html
>>> to
>>> >>> test that Apache works with PHP and it does), but is there
>>> something
>>> >>> similar for CakePHP?
>>> >>>
>>> >>> --
>>> >>> Our newest site for the community: CakePHP Video Tutorials
>>> >>> http://tv.cakephp.org
>>> >>> Check out the new CakePHP Questions site http://ask.cakephp.organd 
>>> >>> help
>>> >>> others with their CakePHP related questions.
>>> >>>
>>> >>>
>>> >>> To unsubscribe from this group, send email to
>>> >>> cake-php+unsubscr...@googlegroups.com 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.organd 
>>> >> help
>>> >> others with their CakePHP related questions.
>>> >>
>>> >>
>>> >> To unsubscribe from this group, send email to
>>> >> cake-php+unsubscr...@googlegroups.com 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.organd 
>>> > help others with their CakePHP related questions.
>>> >
>>> >
>>> > To unsubscribe from this group, send email to
>>> > cake-php+unsubscr...@googlegroups.com 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 fr

Re: Unable to install CakePHP

2011-09-09 Thread Chris
Why don't you just uninstall those things and run something like WAMP
which is auto setup or the like? XAMPP is another good one which I
think is a little easier than WAMP, I'm not sure since I haven't used
it, and I also THINK it's updated more regularly

http://www.wampserver.com/en/

http://www.apachefriends.org/en/xampp.html

This should solve your issues and afterwards its just a simple copy
and paste in to the Apache folders.

On Sep 9, 1:20 pm, Teddy Zeenny  wrote:
> Doeshttp://localhost/give the same page ashttp://localhost/index.php?
>
> On Fri, Sep 9, 2011 at 6:56 PM, Yves S. Garret
> wrote:
>
>
>
>
>
>
>
> > Changed all overrides to All (some places where I've read it's a no-no to
> > do), still nothing.
>
> > On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock wrote:
>
> >> I see an
>
> >> AllowOveride None
>
> >> change this to
>
> >> AllowOverride All
>
> >> restart apache :)
>
> >>  - S
>
> >> On 9 September 2011 16:25, Yves S. Garret 
> >> wrote:
>
> >>> I tried the following without success:
>
> >>> 
> >>>     DirectoryIndex index.php
> >>> 
>
> >>> 
> >>>      DirectoryIndex index.html index.php
> >>> 
>
> >>> The PHP page still worked, but I couldn't get the CakePHP page up.
>
> >>> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock 
> >>> wrote:
>
>  I think your issue is that directory index should be php (your config
>  was set to html)
>
>  
>      DirectoryIndex index.php
>  
>
>   - S
>
>  On 9 September 2011 14:01, Yves S. Garret 
>  wrote:
>
> > Is it possible to make attachments in this mailing list or should I
> > upload the files somewhere and then throw a link?
>
> > On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock 
> > wrote:
>
> >> Your server is not configured correct.
>
> >> Is php set? Can you display php info?
> >> Is mod rewrite setup?
>
> >>  - S
> >> On 8 Sep 2011 22:36, "Yves S. Garret" 
> >> wrote:
> >> > I'm using Google Chrome, would that be an issue? I doubt it...
>
> >> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
> >> wrote:
>
> >> >> Yes, simply go to:http://localhost/cake_1_3/
> >> >> You should see the default CakePHP page which will tell you what is
> >> working
> >> >> and what's not...
>
> >> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
> >> yoursurrogate...@gmail.com
> >> >> > wrote:
>
> >> >>> Hello,
>
> >> >>> I tried posting this before, but did not see it show up in the
> >> mailing
> >> >>> list, so I'll try again (maybe I messed something up in the
> >> process?)
>
> >> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
> >> >>> machine. I'm a little lost as to how to install CakePHP.
>
> >> >>> I did what was described in here:
> >> >>>http://book.cakephp.org/view/913/Development
>
> >> >>> But how can I get a "It works!" (or something similar) message
> >> from
> >> >>> Apache indicating that it works? I have the DocumentRoot at:
> >> C:\server
> >> >>> \www\myserver.dev\public_html and in that directory I have
> >> cake_1_3,
> >> >>> I can do localhost/index.php (there's a PHP file in public_html to
> >> >>> test that Apache works with PHP and it does), but is there
> >> something
> >> >>> similar for CakePHP?
>
> >> >>> --
> >> >>> Our newest site for the community: CakePHP Video Tutorials
> >> >>>http://tv.cakephp.org
> >> >>> Check out the new CakePHP Questions 
> >> >>> sitehttp://ask.cakephp.organdhelp
> >> >>> others with their CakePHP related questions.
>
> >> >>> To unsubscribe from this group, send email to
> >> >>> cake-php+unsubscr...@googlegroups.com For more options, visit
> >> this group
> >> >>> athttp://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 
> >> >> sitehttp://ask.cakephp.organdhelp
> >> >> others with their CakePHP related questions.
>
> >> >> To unsubscribe from this group, send email to
> >> >> cake-php+unsubscr...@googlegroups.com For more options, visit this
> >> group
> >> >> athttp://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 sitehttp://ask.cakephp.organd
> >> help others with their CakePHP related questions.
>
> >> > To unsubscribe from this group, send email to
> >> > cake-php+unsubscr...@googlegroups.com For more options, visit this
> >> group athttp://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 sitehttp://ask.cakephp.organd
> >> help others with their CakePHP related questions.
>
> 

Re: Unable to install CakePHP

2011-09-09 Thread Teddy Zeenny
Does http://localhost/ give the same page as http://localhost/index.php ?

On Fri, Sep 9, 2011 at 6:56 PM, Yves S. Garret
wrote:

> Changed all overrides to All (some places where I've read it's a no-no to
> do), still nothing.
>
>
> On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock wrote:
>
>> I see an
>>
>> AllowOveride None
>>
>> change this to
>>
>> AllowOverride All
>>
>> restart apache :)
>>
>>  - S
>>
>>
>>
>>
>> On 9 September 2011 16:25, Yves S. Garret wrote:
>>
>>> I tried the following without success:
>>>
>>> 
>>> DirectoryIndex index.php
>>> 
>>>
>>> 
>>>  DirectoryIndex index.html index.php
>>> 
>>>
>>> The PHP page still worked, but I couldn't get the CakePHP page up.
>>>
>>> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock wrote:
>>>
 I think your issue is that directory index should be php (your config
 was set to html)

 
 DirectoryIndex index.php
 

  - S




 On 9 September 2011 14:01, Yves S. Garret 
 wrote:

> Is it possible to make attachments in this mailing list or should I
> upload the files somewhere and then throw a link?
>
> On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock 
> wrote:
>
>> Your server is not configured correct.
>>
>> Is php set? Can you display php info?
>> Is mod rewrite setup?
>>
>>  - S
>> On 8 Sep 2011 22:36, "Yves S. Garret" 
>> wrote:
>> > I'm using Google Chrome, would that be an issue? I doubt it...
>> >
>> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
>> wrote:
>> >
>> >> Yes, simply go to: http://localhost/cake_1_3/
>> >> You should see the default CakePHP page which will tell you what is
>> working
>> >> and what's not...
>> >>
>> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
>> yoursurrogate...@gmail.com
>> >> > wrote:
>> >>
>> >>> Hello,
>> >>>
>> >>> I tried posting this before, but did not see it show up in the
>> mailing
>> >>> list, so I'll try again (maybe I messed something up in the
>> process?)
>> >>>
>> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
>> >>> machine. I'm a little lost as to how to install CakePHP.
>> >>>
>> >>> I did what was described in here:
>> >>> http://book.cakephp.org/view/913/Development
>> >>>
>> >>> But how can I get a "It works!" (or something similar) message
>> from
>> >>> Apache indicating that it works? I have the DocumentRoot at:
>> C:\server
>> >>> \www\myserver.dev\public_html and in that directory I have
>> cake_1_3,
>> >>> I can do localhost/index.php (there's a PHP file in public_html to
>> >>> test that Apache works with PHP and it does), but is there
>> something
>> >>> similar for CakePHP?
>> >>>
>> >>> --
>> >>> Our newest site for the community: CakePHP Video Tutorials
>> >>> http://tv.cakephp.org
>> >>> Check out the new CakePHP Questions site http://ask.cakephp.organd 
>> >>> help
>> >>> others with their CakePHP related questions.
>> >>>
>> >>>
>> >>> To unsubscribe from this group, send email to
>> >>> cake-php+unsubscr...@googlegroups.com 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.organd 
>> >> help
>> >> others with their CakePHP related questions.
>> >>
>> >>
>> >> To unsubscribe from this group, send email to
>> >> cake-php+unsubscr...@googlegroups.com 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
>> > cake-php+unsubscr...@googlegroups.com 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
>> cake-php+unsubscr...@googlegroups.com 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.
>

Re: Unable to install CakePHP

2011-09-09 Thread Yves S. Garret
Changed all overrides to All (some places where I've read it's a no-no to
do), still nothing.

On Fri, Sep 9, 2011 at 11:48 AM, Sam Sherlock wrote:

> I see an
>
> AllowOveride None
>
> change this to
>
> AllowOverride All
>
> restart apache :)
>
>  - S
>
>
>
>
> On 9 September 2011 16:25, Yves S. Garret wrote:
>
>> I tried the following without success:
>>
>> 
>> DirectoryIndex index.php
>> 
>>
>> 
>>  DirectoryIndex index.html index.php
>> 
>>
>> The PHP page still worked, but I couldn't get the CakePHP page up.
>>
>> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock wrote:
>>
>>> I think your issue is that directory index should be php (your config was
>>> set to html)
>>>
>>> 
>>> DirectoryIndex index.php
>>> 
>>>
>>>  - S
>>>
>>>
>>>
>>>
>>> On 9 September 2011 14:01, Yves S. Garret wrote:
>>>
 Is it possible to make attachments in this mailing list or should I
 upload the files somewhere and then throw a link?

 On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock wrote:

> Your server is not configured correct.
>
> Is php set? Can you display php info?
> Is mod rewrite setup?
>
>  - S
> On 8 Sep 2011 22:36, "Yves S. Garret" 
> wrote:
> > I'm using Google Chrome, would that be an issue? I doubt it...
> >
> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
> wrote:
> >
> >> Yes, simply go to: http://localhost/cake_1_3/
> >> You should see the default CakePHP page which will tell you what is
> working
> >> and what's not...
> >>
> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
> yoursurrogate...@gmail.com
> >> > wrote:
> >>
> >>> Hello,
> >>>
> >>> I tried posting this before, but did not see it show up in the
> mailing
> >>> list, so I'll try again (maybe I messed something up in the
> process?)
> >>>
> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
> >>> machine. I'm a little lost as to how to install CakePHP.
> >>>
> >>> I did what was described in here:
> >>> http://book.cakephp.org/view/913/Development
> >>>
> >>> But how can I get a "It works!" (or something similar) message from
> >>> Apache indicating that it works? I have the DocumentRoot at:
> C:\server
> >>> \www\myserver.dev\public_html and in that directory I have
> cake_1_3,
> >>> I can do localhost/index.php (there's a PHP file in public_html to
> >>> test that Apache works with PHP and it does), but is there
> something
> >>> similar for CakePHP?
> >>>
> >>> --
> >>> Our newest site for the community: CakePHP Video Tutorials
> >>> http://tv.cakephp.org
> >>> Check out the new CakePHP Questions site http://ask.cakephp.organd 
> >>> help
> >>> others with their CakePHP related questions.
> >>>
> >>>
> >>> To unsubscribe from this group, send email to
> >>> cake-php+unsubscr...@googlegroups.com 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
> >> cake-php+unsubscr...@googlegroups.com 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
> > cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
 cake-php+unsubscr...@googlegroups.com 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 Cake

Re: Unable to install CakePHP

2011-09-09 Thread Sam Sherlock
I see an

AllowOveride None

change this to

AllowOverride All

restart apache :)

 - S




On 9 September 2011 16:25, Yves S. Garret wrote:

> I tried the following without success:
>
> 
> DirectoryIndex index.php
> 
>
> 
>  DirectoryIndex index.html index.php
> 
>
> The PHP page still worked, but I couldn't get the CakePHP page up.
>
> On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock wrote:
>
>> I think your issue is that directory index should be php (your config was
>> set to html)
>>
>> 
>> DirectoryIndex index.php
>> 
>>
>>  - S
>>
>>
>>
>>
>> On 9 September 2011 14:01, Yves S. Garret wrote:
>>
>>> Is it possible to make attachments in this mailing list or should I
>>> upload the files somewhere and then throw a link?
>>>
>>> On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock wrote:
>>>
 Your server is not configured correct.

 Is php set? Can you display php info?
 Is mod rewrite setup?

  - S
 On 8 Sep 2011 22:36, "Yves S. Garret" 
 wrote:
 > I'm using Google Chrome, would that be an issue? I doubt it...
 >
 > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
 wrote:
 >
 >> Yes, simply go to: http://localhost/cake_1_3/
 >> You should see the default CakePHP page which will tell you what is
 working
 >> and what's not...
 >>
 >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
 yoursurrogate...@gmail.com
 >> > wrote:
 >>
 >>> Hello,
 >>>
 >>> I tried posting this before, but did not see it show up in the
 mailing
 >>> list, so I'll try again (maybe I messed something up in the
 process?)
 >>>
 >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
 >>> machine. I'm a little lost as to how to install CakePHP.
 >>>
 >>> I did what was described in here:
 >>> http://book.cakephp.org/view/913/Development
 >>>
 >>> But how can I get a "It works!" (or something similar) message from
 >>> Apache indicating that it works? I have the DocumentRoot at:
 C:\server
 >>> \www\myserver.dev\public_html and in that directory I have cake_1_3,
 >>> I can do localhost/index.php (there's a PHP file in public_html to
 >>> test that Apache works with PHP and it does), but is there something
 >>> similar for CakePHP?
 >>>
 >>> --
 >>> 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
 >>> cake-php+unsubscr...@googlegroups.com 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
 >> cake-php+unsubscr...@googlegroups.com 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
 > cake-php+unsubscr...@googlegroups.com 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
 cake-php+unsubscr...@googlegroups.com 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
>>> cake-php+unsubscr...@googlegroups.com 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
>> cake-php+unsubscr...@googlegroups.com For more options, visit this group
>> at http://groups.google.com/group/cake-php
>>
>
>  --
> Our newest site for the community: CakePHP 

Re: Unable to install CakePHP

2011-09-09 Thread Yves S. Garret
I tried the following without success:


DirectoryIndex index.php



DirectoryIndex index.html index.php


The PHP page still worked, but I couldn't get the CakePHP page up.

On Fri, Sep 9, 2011 at 10:43 AM, Sam Sherlock wrote:

> I think your issue is that directory index should be php (your config was
> set to html)
>
> 
> DirectoryIndex index.php
> 
>
>  - S
>
>
>
>
> On 9 September 2011 14:01, Yves S. Garret wrote:
>
>> Is it possible to make attachments in this mailing list or should I upload
>> the files somewhere and then throw a link?
>>
>> On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock wrote:
>>
>>> Your server is not configured correct.
>>>
>>> Is php set? Can you display php info?
>>> Is mod rewrite setup?
>>>
>>>  - S
>>> On 8 Sep 2011 22:36, "Yves S. Garret" 
>>> wrote:
>>> > I'm using Google Chrome, would that be an issue? I doubt it...
>>> >
>>> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
>>> wrote:
>>> >
>>> >> Yes, simply go to: http://localhost/cake_1_3/
>>> >> You should see the default CakePHP page which will tell you what is
>>> working
>>> >> and what's not...
>>> >>
>>> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
>>> yoursurrogate...@gmail.com
>>> >> > wrote:
>>> >>
>>> >>> Hello,
>>> >>>
>>> >>> I tried posting this before, but did not see it show up in the
>>> mailing
>>> >>> list, so I'll try again (maybe I messed something up in the process?)
>>> >>>
>>> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
>>> >>> machine. I'm a little lost as to how to install CakePHP.
>>> >>>
>>> >>> I did what was described in here:
>>> >>> http://book.cakephp.org/view/913/Development
>>> >>>
>>> >>> But how can I get a "It works!" (or something similar) message from
>>> >>> Apache indicating that it works? I have the DocumentRoot at:
>>> C:\server
>>> >>> \www\myserver.dev\public_html and in that directory I have cake_1_3,
>>> >>> I can do localhost/index.php (there's a PHP file in public_html to
>>> >>> test that Apache works with PHP and it does), but is there something
>>> >>> similar for CakePHP?
>>> >>>
>>> >>> --
>>> >>> 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
>>> >>> cake-php+unsubscr...@googlegroups.com 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
>>> >> cake-php+unsubscr...@googlegroups.com 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
>>> > cake-php+unsubscr...@googlegroups.com 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
>>> cake-php+unsubscr...@googlegroups.com 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
>> cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/gr

Re: Unable to install CakePHP

2011-09-09 Thread Sam Sherlock
I think your issue is that directory index should be php (your config was
set to html)


DirectoryIndex index.php


 - S




On 9 September 2011 14:01, Yves S. Garret wrote:

> Is it possible to make attachments in this mailing list or should I upload
> the files somewhere and then throw a link?
>
> On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock wrote:
>
>> Your server is not configured correct.
>>
>> Is php set? Can you display php info?
>> Is mod rewrite setup?
>>
>>  - S
>> On 8 Sep 2011 22:36, "Yves S. Garret"  wrote:
>> > I'm using Google Chrome, would that be an issue? I doubt it...
>> >
>> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
>> wrote:
>> >
>> >> Yes, simply go to: http://localhost/cake_1_3/
>> >> You should see the default CakePHP page which will tell you what is
>> working
>> >> and what's not...
>> >>
>> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
>> yoursurrogate...@gmail.com
>> >> > wrote:
>> >>
>> >>> Hello,
>> >>>
>> >>> I tried posting this before, but did not see it show up in the mailing
>> >>> list, so I'll try again (maybe I messed something up in the process?)
>> >>>
>> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
>> >>> machine. I'm a little lost as to how to install CakePHP.
>> >>>
>> >>> I did what was described in here:
>> >>> http://book.cakephp.org/view/913/Development
>> >>>
>> >>> But how can I get a "It works!" (or something similar) message from
>> >>> Apache indicating that it works? I have the DocumentRoot at: C:\server
>> >>> \www\myserver.dev\public_html and in that directory I have cake_1_3,
>> >>> I can do localhost/index.php (there's a PHP file in public_html to
>> >>> test that Apache works with PHP and it does), but is there something
>> >>> similar for CakePHP?
>> >>>
>> >>> --
>> >>> 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
>> >>> cake-php+unsubscr...@googlegroups.com 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
>> >> cake-php+unsubscr...@googlegroups.com 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
>> > cake-php+unsubscr...@googlegroups.com 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
>> cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Unable to install CakePHP

2011-09-09 Thread Yves S. Garret
Is it possible to make attachments in this mailing list or should I upload
the files somewhere and then throw a link?

On Thu, Sep 8, 2011 at 7:31 PM, Sam Sherlock  wrote:

> Your server is not configured correct.
>
> Is php set? Can you display php info?
> Is mod rewrite setup?
>
>  - S
> On 8 Sep 2011 22:36, "Yves S. Garret"  wrote:
> > I'm using Google Chrome, would that be an issue? I doubt it...
> >
> > On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
> wrote:
> >
> >> Yes, simply go to: http://localhost/cake_1_3/
> >> You should see the default CakePHP page which will tell you what is
> working
> >> and what's not...
> >>
> >> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
> yoursurrogate...@gmail.com
> >> > wrote:
> >>
> >>> Hello,
> >>>
> >>> I tried posting this before, but did not see it show up in the mailing
> >>> list, so I'll try again (maybe I messed something up in the process?)
> >>>
> >>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
> >>> machine. I'm a little lost as to how to install CakePHP.
> >>>
> >>> I did what was described in here:
> >>> http://book.cakephp.org/view/913/Development
> >>>
> >>> But how can I get a "It works!" (or something similar) message from
> >>> Apache indicating that it works? I have the DocumentRoot at: C:\server
> >>> \www\myserver.dev\public_html and in that directory I have cake_1_3,
> >>> I can do localhost/index.php (there's a PHP file in public_html to
> >>> test that Apache works with PHP and it does), but is there something
> >>> similar for CakePHP?
> >>>
> >>> --
> >>> 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
> >>> cake-php+unsubscr...@googlegroups.com 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
> >> cake-php+unsubscr...@googlegroups.com 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
> > cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Unable to install CakePHP

2011-09-08 Thread Sam Sherlock
Your server is not configured correct.

Is php set? Can you display php info?
Is mod rewrite setup?

 - S
On 8 Sep 2011 22:36, "Yves S. Garret"  wrote:
> I'm using Google Chrome, would that be an issue? I doubt it...
>
> On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny 
wrote:
>
>> Yes, simply go to: http://localhost/cake_1_3/
>> You should see the default CakePHP page which will tell you what is
working
>> and what's not...
>>
>> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret <
yoursurrogate...@gmail.com
>> > wrote:
>>
>>> Hello,
>>>
>>> I tried posting this before, but did not see it show up in the mailing
>>> list, so I'll try again (maybe I messed something up in the process?)
>>>
>>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
>>> machine. I'm a little lost as to how to install CakePHP.
>>>
>>> I did what was described in here:
>>> http://book.cakephp.org/view/913/Development
>>>
>>> But how can I get a "It works!" (or something similar) message from
>>> Apache indicating that it works? I have the DocumentRoot at: C:\server
>>> \www\myserver.dev\public_html and in that directory I have cake_1_3,
>>> I can do localhost/index.php (there's a PHP file in public_html to
>>> test that Apache works with PHP and it does), but is there something
>>> similar for CakePHP?
>>>
>>> --
>>> 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
>>> cake-php+unsubscr...@googlegroups.com 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
>> cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Unable to install CakePHP

2011-09-08 Thread Yves S. Garret
I'm using Google Chrome, would that be an issue?  I doubt it...

On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny  wrote:

> Yes, simply go to: http://localhost/cake_1_3/
> You should see the default CakePHP page which will tell you what is working
> and what's not...
>
> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret  > wrote:
>
>> Hello,
>>
>> I tried posting this before, but did not see it show up in the mailing
>> list, so I'll try again (maybe I messed something up in the process?)
>>
>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
>> machine.  I'm a little lost as to how to install CakePHP.
>>
>> I did what was described in here:
>> http://book.cakephp.org/view/913/Development
>>
>> But how can I get a "It works!" (or something similar) message from
>> Apache indicating that it works?  I have the DocumentRoot at: C:\server
>> \www\myserver.dev\public_html  and in that directory I have cake_1_3,
>> I can do localhost/index.php (there's a PHP file in public_html to
>> test that Apache works with PHP and it does), but is there something
>> similar for CakePHP?
>>
>> --
>> 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
>> cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Unable to install CakePHP

2011-09-08 Thread Yves S. Garret
The only thing that I see is a file listing of what I have in that
directory...

Index of /cake_1_3

   - Parent Directory 
   - .gitignore 
   - README 
   - app/ 
   - cake/ 
   - index.php 
   - plugins/ 
   - vendors/ 


Very confused...

On Thu, Sep 8, 2011 at 4:34 PM, Teddy Zeenny  wrote:

> Yes, simply go to: http://localhost/cake_1_3/
> You should see the default CakePHP page which will tell you what is working
> and what's not...
>
> On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret  > wrote:
>
>> Hello,
>>
>> I tried posting this before, but did not see it show up in the mailing
>> list, so I'll try again (maybe I messed something up in the process?)
>>
>> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
>> machine.  I'm a little lost as to how to install CakePHP.
>>
>> I did what was described in here:
>> http://book.cakephp.org/view/913/Development
>>
>> But how can I get a "It works!" (or something similar) message from
>> Apache indicating that it works?  I have the DocumentRoot at: C:\server
>> \www\myserver.dev\public_html  and in that directory I have cake_1_3,
>> I can do localhost/index.php (there's a PHP file in public_html to
>> test that Apache works with PHP and it does), but is there something
>> similar for CakePHP?
>>
>> --
>> 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
>> cake-php+unsubscr...@googlegroups.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Unable to install CakePHP

2011-09-08 Thread Teddy Zeenny
Yes, simply go to: http://localhost/cake_1_3/
You should see the default CakePHP page which will tell you what is working
and what's not...

On Thu, Sep 8, 2011 at 9:53 PM, Yves S. Garret
wrote:

> Hello,
>
> I tried posting this before, but did not see it show up in the mailing
> list, so I'll try again (maybe I messed something up in the process?)
>
> I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
> machine.  I'm a little lost as to how to install CakePHP.
>
> I did what was described in here:
> http://book.cakephp.org/view/913/Development
>
> But how can I get a "It works!" (or something similar) message from
> Apache indicating that it works?  I have the DocumentRoot at: C:\server
> \www\myserver.dev\public_html  and in that directory I have cake_1_3,
> I can do localhost/index.php (there's a PHP file in public_html to
> test that Apache works with PHP and it does), but is there something
> similar for CakePHP?
>
> --
> 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Unable to install CakePHP

2011-09-08 Thread Yves S. Garret
Hello,

I tried posting this before, but did not see it show up in the mailing
list, so I'll try again (maybe I messed something up in the process?)

I managed to get MySQL, Apache and PHP 5 installed on my Windows 7
machine.  I'm a little lost as to how to install CakePHP.

I did what was described in here:  http://book.cakephp.org/view/913/Development

But how can I get a "It works!" (or something similar) message from
Apache indicating that it works?  I have the DocumentRoot at: C:\server
\www\myserver.dev\public_html  and in that directory I have cake_1_3,
I can do localhost/index.php (there's a PHP file in public_html to
test that Apache works with PHP and it does), but is there something
similar for CakePHP?

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Unable to install CakePHP

2011-09-08 Thread Yves S. Garret
Hello,

I managed to get MySQL, Apache and PHP 5 installed on my Windows 7 machine.
 I'm a little lost as to how to install CakePHP.

I did what was described in here:
http://book.cakephp.org/view/913/Development

But how can I get a "It works!" (or something similar) message from Apache
indicating that it works?  I have the DocumentRoot
at: C:\server\www\myserver.dev\public_html  and in that directory I have
cake_1_3, I can do localhost/index.php (there's a PHP file in public_html to
test that Apache works with PHP and it does), but is there something similar
for CakePHP?

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php