Looks like it could be a problem with mod_rewrite? Check and see if
it's enabled in your Apache config. It's not a php problem anyway, you
can cross that off the list. Are you sure your .htaccess files (in
your app/ folder) copied across from your old machine? Drop into a
console and do an ls -als to see if they're there, as I don't think
you can see them from Finder. Also, just google enabling mod_rewrite
in Leopard.

(I use MAMP on my 10.5 system, by the way).

On Jul 25, 2:01 am, Tony Thomas <[EMAIL PROTECTED]> wrote:
> I just got Apache & MySQL running on my PowerBook running OS X 10.5.4.
> My installation of CakePHP 1.2 RC2 that worked in OS X 10.4 no longer
> works. When I access the site, I get the following error:
>
> Warning: require(webroot/index.php) [function.require]: failed to open
> stream: No such file or directory in /Users/home/folder/index.php on
> line 25
>
> Fatal error: require() [function.require]: Failed opening required
> 'webroot/index.php' (include_path='.:') in /Users/home/folder/
> index.php on line 25
>
> Obviously webroot/index.php IS there. For some reason the application
> can't find it/access it. This may not be a CakePHP issue. It may be an
> issue with Apache or PHP settings, but I don't know where to start.
>
> Can someone point me in the right direction?
>
> PHP 5.2.5
> Apache 2.2.8

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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