Re: Having a hard time with getting overwrite to work

2011-10-28 Thread Yves S. Garret
Ok, so nuking CakePHP from htdocs in XAMPP and putting in a new one made
everything work...  I have no idea why, but it's good now.

On Fri, Oct 28, 2011 at 2:49 PM, Justin Edwards wrote:

> My advice, make sure the first  make sure the correct user (maybe www-data, apache, or nobody) has ownership
> of your cake directory.  You may need to do a chown -R
> username:groupname /home/ats/Documents/Development/CakePHP . If your user
> ats is not the apache httpd user, then you will want to add yourself to the
> group of that user using sudo adduser ats www-data(or correct group), and
> make sure you give group permissions using chmod -R
> g+swX /home/ats/Documents/Development/CakePHP .  Then restart everything and
> cross your fingers.
>
> You may want to clear your browser cache too.
>
>
> On Fri, Oct 28, 2011 at 12:46 PM, Yves S. Garret <
> yoursurrogate...@gmail.com> wrote:
>
>> Yeah, I'm using XAMPP.  The only command in that sequence that I didn't
>> run was:
>>
>> sudo a2enmod rewrite
>>
>>
>> Still doesn't work...
>>
>>
>>
>> 2011/10/28 Stephen Latham 
>>
>>> I have just done this about 2 days ago only ubuntu 11.10 I followed this:
>>> -
>>>
>>>
>>> http://komunitasweb.com/2009/02/cakephp-tutorial-installing-cakephp-on-ubuntu/
>>>
>>> Worked No problems.
>>>
>>>
>>>
>>> On 28 Oct 2011, at 18:11, "Yves S. Garret" 
>>> wrote:
>>>
>>> I was mucking around with httpd.conf, trying to get it to work, so it's
>>> likely some of the info has changed and I'll repost the file.
>>>
>>> <http://bin.cakephp.org/view/620838662>
>>> http://bin.cakephp.org/view/620838662
>>>
>>> On Fri, Oct 28, 2011 at 1:10 PM, Yves S. Garret 
>>> <
>>> yoursurrogate...@gmail.com> wrote:
>>>
>>>> I have Ubuntu 11.04.  I don't have SELinux installed.  And since I have
>>>> yet to see that as an issue in the past, I'm inclined to believe that this
>>>> is not the problem at this moment.
>>>>
>>>>
>>>> 2011/10/28 Roberto Carlos Rubio Rodríguez <
>>>> robertorubiorg...@gmail.com>
>>>>
>>>>> Try to disable SELinux.
>>>>>
>>>>>
>>>>> Roberto
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>  *---Mensaje original---*
>>>>>
>>>>>  *De:* Yves S. Garret 
>>>>> *Fecha:* 28/10/2011 11:37:41 a.m.
>>>>> *Para:* CakePHP 
>>>>> *Asunto:* Re: Having a hard time with getting overwrite to work
>>>>>
>>>>> If you look at line #120 in my post of httpd.conf, it's displayed
>>>>> there.  And here is the contents of my /opt/lampp/modules directory:
>>>>>
>>>>> <http://bin.cakephp.org/view/1838304409>
>>>>> http://bin.cakephp.org/view/1838304409   <- on line 64
>>>>>
>>>>> On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret 
>>>>> <
>>>>> yoursurrogate...@gmail.com> wrote:
>>>>> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I
>>>>> got the database connection to work fine, tmp is readable/writable, etc.
>>>>>
>>>>> But there is still no CSS in the default cake page.  I looked at what
>>>>> the book said and I'm pretty sure that I set the correct settings, but no
>>>>> go.  Here is my httpd.conf:
>>>>>  <http://bin.cakephp.org/view/914367831>
>>>>> http://bin.cakephp.org/view/914367831
>>>>>
>>>>>
>>>>> --
>>>>> Our newest site for the community: CakePHP Video Tutorials
>>>>> <http://tv.cakephp.org>http://tv.cakephp.org
>>>>> Check out the new CakePHP Questions site <http://ask.cakephp.org>
>>>>> 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>
>>>>> http://groups.google.com/group/cake-php
>>>>>
>>>>>
>>>>> <http://www.incredimail.

Re: Having a hard time with getting overwrite to work

2011-10-28 Thread Justin Edwards
My advice, make sure the first  wrote:

> Yeah, I'm using XAMPP.  The only command in that sequence that I didn't run
> was:
>
> sudo a2enmod rewrite
>
>
> Still doesn't work...
>
>
>
> 2011/10/28 Stephen Latham 
>
>> I have just done this about 2 days ago only ubuntu 11.10 I followed this:
>> -
>>
>>
>> http://komunitasweb.com/2009/02/cakephp-tutorial-installing-cakephp-on-ubuntu/
>>
>> Worked No problems.
>>
>>
>>
>> On 28 Oct 2011, at 18:11, "Yves S. Garret" 
>> wrote:
>>
>> I was mucking around with httpd.conf, trying to get it to work, so it's
>> likely some of the info has changed and I'll repost the file.
>>
>> <http://bin.cakephp.org/view/620838662>
>> http://bin.cakephp.org/view/620838662
>>
>> On Fri, Oct 28, 2011 at 1:10 PM, Yves S. Garret <
>> yoursurrogate...@gmail.com> wrote:
>>
>>> I have Ubuntu 11.04.  I don't have SELinux installed.  And since I have
>>> yet to see that as an issue in the past, I'm inclined to believe that this
>>> is not the problem at this moment.
>>>
>>>
>>> 2011/10/28 Roberto Carlos Rubio Rodríguez <
>>> robertorubiorg...@gmail.com>
>>>
>>>> Try to disable SELinux.
>>>>
>>>>
>>>> Roberto
>>>>
>>>>
>>>>
>>>>
>>>>  *---Mensaje original---*
>>>>
>>>>  *De:* Yves S. Garret 
>>>> *Fecha:* 28/10/2011 11:37:41 a.m.
>>>> *Para:* CakePHP 
>>>> *Asunto:* Re: Having a hard time with getting overwrite to work
>>>>
>>>> If you look at line #120 in my post of httpd.conf, it's displayed
>>>> there.  And here is the contents of my /opt/lampp/modules directory:
>>>>
>>>> <http://bin.cakephp.org/view/1838304409>
>>>> http://bin.cakephp.org/view/1838304409   <- on line 64
>>>>
>>>> On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret 
>>>> <
>>>> yoursurrogate...@gmail.com> wrote:
>>>> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I
>>>> got the database connection to work fine, tmp is readable/writable, etc.
>>>>
>>>> But there is still no CSS in the default cake page.  I looked at what
>>>> the book said and I'm pretty sure that I set the correct settings, but no
>>>> go.  Here is my httpd.conf:
>>>>  <http://bin.cakephp.org/view/914367831>
>>>> http://bin.cakephp.org/view/914367831
>>>>
>>>>
>>>> --
>>>> Our newest site for the community: CakePHP Video Tutorials
>>>> <http://tv.cakephp.org>http://tv.cakephp.org
>>>> Check out the new CakePHP Questions site <http://ask.cakephp.org>
>>>> 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>
>>>> http://groups.google.com/group/cake-php
>>>>
>>>>
>>>> <http://www.incredimail.com/?did=10500&id=619282&ppd=2694,201107041713,10,1,603981457404293626&rui=128454911&sd=20111028>
>>>>
>>>
>> --
>> 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
>>
>> <http://www.incredimail.com/?did=10500&id=619282&ppd=2694,201107041713,10,1,603981457404293626&rui=128454911&sd=20111028>
>>>>
>>>> --
>>>> Our newest site for the community: CakePHP Video Tutorials
>>>> <http://tv.cakephp.org>http://tv.cakephp.org
>>>> Check out the new CakePHP Questions site <http://ask.cakephp.org>
>>>> http://ask.cakephp.org and help others with their CakePHP related
>>>> questions.
>>>>
>>>>
>>>> To unsubscribe from this group, send email to
>>>>  
>>>> cake-php+unsu

Re: Having a hard time with getting overwrite to work

2011-10-28 Thread Yves S. Garret
Yeah, I'm using XAMPP.  The only command in that sequence that I didn't run
was:

sudo a2enmod rewrite


Still doesn't work...


2011/10/28 Stephen Latham 

> I have just done this about 2 days ago only ubuntu 11.10 I followed this: -
>
>
>
> http://komunitasweb.com/2009/02/cakephp-tutorial-installing-cakephp-on-ubuntu/
>
> Worked No problems.
>
>
>
> On 28 Oct 2011, at 18:11, "Yves S. Garret" 
> wrote:
>
> I was mucking around with httpd.conf, trying to get it to work, so it's
> likely some of the info has changed and I'll repost the file.
>
> <http://bin.cakephp.org/view/620838662>
> http://bin.cakephp.org/view/620838662
>
> On Fri, Oct 28, 2011 at 1:10 PM, Yves S. Garret <
> yoursurrogate...@gmail.com> wrote:
>
>> I have Ubuntu 11.04.  I don't have SELinux installed.  And since I have
>> yet to see that as an issue in the past, I'm inclined to believe that this
>> is not the problem at this moment.
>>
>>
>> 2011/10/28 Roberto Carlos Rubio Rodríguez < 
>> robertorubiorg...@gmail.com>
>>
>>> Try to disable SELinux.....
>>>
>>>
>>> Roberto
>>>
>>>
>>>
>>>
>>>  *---Mensaje original---*
>>>
>>>  *De:* Yves S. Garret 
>>> *Fecha:* 28/10/2011 11:37:41 a.m.
>>> *Para:* CakePHP 
>>> *Asunto:* Re: Having a hard time with getting overwrite to work
>>>
>>> If you look at line #120 in my post of httpd.conf, it's displayed there.
>>> And here is the contents of my /opt/lampp/modules directory:
>>>
>>> <http://bin.cakephp.org/view/1838304409>
>>> http://bin.cakephp.org/view/1838304409   <- on line 64
>>>
>>> On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret 
>>> <
>>> yoursurrogate...@gmail.com> wrote:
>>> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I got
>>> the database connection to work fine, tmp is readable/writable, etc.
>>>
>>> But there is still no CSS in the default cake page.  I looked at what the
>>> book said and I'm pretty sure that I set the correct settings, but no go.
>>> Here is my httpd.conf:
>>>  <http://bin.cakephp.org/view/914367831>
>>> http://bin.cakephp.org/view/914367831
>>>
>>>
>>> --
>>> Our newest site for the community: CakePHP Video Tutorials
>>> <http://tv.cakephp.org>http://tv.cakephp.org
>>> Check out the new CakePHP Questions site <http://ask.cakephp.org>
>>> 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>
>>> http://groups.google.com/group/cake-php
>>>
>>>
>>> <http://www.incredimail.com/?did=10500&id=619282&ppd=2694,201107041713,10,1,603981457404293626&rui=128454911&sd=20111028>
>>>
>>
> --
> 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
>
>
>>> <http://www.incredimail.com/?did=10500&id=619282&ppd=2694,201107041713,10,1,603981457404293626&rui=128454911&sd=20111028>
>>>
>>> --
>>> Our newest site for the community: CakePHP Video Tutorials
>>> <http://tv.cakephp.org>http://tv.cakephp.org
>>> Check out the new CakePHP Questions site <http://ask.cakephp.org>
>>> 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>
>>> http://groups.google.com/group/cake-php
>>>
>>
>>
>  --
> Our newest site for the community: CakePHP Video Tutorials
> <http://tv.cakephp.org>http://tv.cakephp.org
> Check out the new CakePHP Questions site <http://ask.cakephp.org>
> 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>
> 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: Having a hard time with getting overwrite to work

2011-10-28 Thread Yves S. Garret
Was that on line 350?  If so, I just tried that and it didn't work.  Yes, I
restarted apache after making the change.

On Fri, Oct 28, 2011 at 12:39 PM, Thiago Belem wrote:

> Maybe your
>
> AllowOverride None
>
> ?
> --
> ***Thiago Belem*
> Desenvolvedor
> Rio de Janeiro - RJ - Brasil
>
> +55 (21) 8865.9250
> thiagobelem.net
> cont...@thiagobelem.net
>
> *Skype / gTalk **»* thiago.belem.web
> *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt*
> Assando Sites*, curso de CakePHP *»* assando-sites.com.br
>
>
> On Fri, Oct 28, 2011 at 14:37, Yves S. Garret 
> wrote:
>
>> If you look at line #120 in my post of httpd.conf, it's displayed there.
>> And here is the contents of my /opt/lampp/modules directory:
>>
>> http://bin.cakephp.org/view/1838304409   <- on line 64
>>
>>
>> On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret <
>> yoursurrogate...@gmail.com> wrote:
>>
>>> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I got
>>> the database connection to work fine, tmp is readable/writable, etc.
>>>
>>> But there is still no CSS in the default cake page.  I looked at what the
>>> book said and I'm pretty sure that I set the correct settings, but no go.
>>> Here is my httpd.conf:
>>> http://bin.cakephp.org/view/914367831
>>>
>>>
>>  --
>> 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: Having a hard time with getting overwrite to work

2011-10-28 Thread Thiago Belem
Maybe your

AllowOverride None

?
--
***Thiago Belem*
Desenvolvedor
Rio de Janeiro - RJ - Brasil

+55 (21) 8865.9250
thiagobelem.net
cont...@thiagobelem.net

*Skype / gTalk **»* thiago.belem.web
*LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt*
Assando Sites*, curso de CakePHP *»* assando-sites.com.br


On Fri, Oct 28, 2011 at 14:37, Yves S. Garret wrote:

> If you look at line #120 in my post of httpd.conf, it's displayed there.
> And here is the contents of my /opt/lampp/modules directory:
>
> http://bin.cakephp.org/view/1838304409   <- on line 64
>
>
> On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret <
> yoursurrogate...@gmail.com> wrote:
>
>> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I got
>> the database connection to work fine, tmp is readable/writable, etc.
>>
>> But there is still no CSS in the default cake page.  I looked at what the
>> book said and I'm pretty sure that I set the correct settings, but no go.
>> Here is my httpd.conf:
>> http://bin.cakephp.org/view/914367831
>>
>>
>  --
> 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: Having a hard time with getting overwrite to work

2011-10-28 Thread Yves S. Garret
If you look at line #120 in my post of httpd.conf, it's displayed there.
And here is the contents of my /opt/lampp/modules directory:

http://bin.cakephp.org/view/1838304409   <- on line 64

On Fri, Oct 28, 2011 at 10:42 AM, Yves S. Garret  wrote:

> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I got
> the database connection to work fine, tmp is readable/writable, etc.
>
> But there is still no CSS in the default cake page.  I looked at what the
> book said and I'm pretty sure that I set the correct settings, but no go.
> Here is my httpd.conf:
> http://bin.cakephp.org/view/914367831
>
>

-- 
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: Having a hard time with getting overwrite to work

2011-10-28 Thread Stephen Latham
Have you installed and enabled mod_rewrite ?


On 28 Oct 2011, at 15:42, "Yves S. Garret"  wrote:

> Ok, so I'm trying to setup cake on a linux machine (Ubuntu 11.04).  I got the 
> database connection to work fine, tmp is readable/writable, etc.
> 
> But there is still no CSS in the default cake page.  I looked at what the 
> book said and I'm pretty sure that I set the correct settings, but no go.  
> Here is my httpd.conf:
> http://bin.cakephp.org/view/914367831
> 
> -- 
> 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