Ok just noticed that it is a different problem - did you get
mod_rewrite to work properly?

Your new problem is a path definition error.
3. Error notes: File does not exist: /home/groups/c/co/coaddons/htdocs/
home/groups/c/co/coaddons/htdocs/caketest/app/webroot/pages/hello
Its got your base in there twice for some reason.  You may need to
look at the path defines in index.php and make sure they are correct.

Also try getting the latest revision of 1.2.

Geoff
--
http://lemoncake.wordpress.com

On Jun 29, 9:16 am, Geoff Ford <[EMAIL PROTECTED]> wrote:
> Have we not been through mod_rewrite on sourceforge with you before
>
> http://groups.google.com/group/cake-php/browse_thread/thread/13576f09...
>
> On Jun 29, 8:36 am, "chanh.ong" <[EMAIL PROTECTED]> wrote:
>
> > The only other change that I made is the database.php and turn on
> > debug and admin in the core.php.  That's it!
>
> > On Jun 28, 3:32 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
>
> > > 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 [email protected]
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