I had to change the paths.php to this so that I can write to a place
where it has permission:
        define ('TMP',
DS.'tmp'.DS.'persistent'.DS.'coaddons'.DS.'tmp'.DS);

I turn on mod_rewrite and this is what I got:

1. Server: coaddons.sourceforge.net
2. URL path: /home/groups/c/co/coaddons/htdocs/caketest/app/webroot/
pages/hello
3. Error notes: File does not exist: /home/groups/c/co/coaddons/htdocs/
home/groups/c/co/coaddons/htdocs/caketest/app/webroot/pages/hello
4. Error type: 404
5. Request method: GET
6. Request query string:
7. Time: 2007-06-28 15:26:26 PDT (1183069586)

It looks like something do a double path to the file, not sure where
it does that!!

Thanks

On Jun 28, 2:01 pm, francky06l <[EMAIL PROTECTED]> wrote:
> mod-rewrite problem ?
> Check if you can enable it, also your .htaccess in webroot.
>
> On Jun 28, 3:28 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
>
> > I have this file in my cake 1.2alpha
> > /home/groups/c/co/coaddons/htdocs/caketest/app/views/pages/hello.thtml
>
> > But I got this error when try to access my hello page  using this 
> > urlhttp://coaddons.sourceforge.net/caketest/pages/hello
>
> > An error has been encountered in accessing this page
>
> > 1. Server: coaddons.sourceforge.net
> > 2. URL path: /caketest/pages/hello.
> > 3. Error notes: File does not exist: /home/groups/c/co/coaddons/htdocs/
> > caketest/pages/hello.
> > 4. Error type: 404
> > 5. Request method: GET
> > 6. Request query string:
> > 7. Time: 2007-06-28 06:15:18 PDT (1183036518)
>
> > Note the 1st line is the physical location of the file and the 2nd is
> > access from url with the error.
> > /home/groups/c/co/coaddons/htdocs/caketest/app/views/pages/hello.thtml
> > /home/groups/c/co/coaddons/htdocs/caketest/pages/hello
>
> > My question is why Cake 1.2alpha can't find the file.
>
> > Am I missing something real simple here!
>
> > Thanks


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to