Hmm, well, that didn't seem to help, but something else I did fixed
it. Very curious — I'm not sure what's different now, but at least I
have a working install.

Thanks for the advice!

Drew

On Sep 25, 8:58 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Check premissions of the files (all related to Cake). Copying from a
> Windows-shares to a Mac will usually make everything readable for you
> but not anyone else (like the webserver on your machine). This might
> have happened in your case for another reason (evil USB-stick?).
>
> /Martin
>
> On Sep 24, 1:15 am, Drew H <[EMAIL PROTECTED]> wrote:
>
> > I'm trying to get my computer set up for development on a cake
> > application someone else has developed. She's working on an OS X
> > laptop, as am I. Everything works great on her computer, and on our
> > production server (Ubuntu), but I can't for the life of me get it
> > working on my machine.
>
> > When I go tohttp://localhost/, I get a message saying "Error:  The
> > requested address '/' was not found on this server." All the app-
> > specific CSS and templates load, so it's styled like it's part of the
> > application. Trying to load a model action directly (in this 
> > case,http://localhost/meetings/view/1) fails the same way, replacing the
> > '/' with the appropriate (non rewritten) path.
>
> > The one major clue we've found is that if we remove models from my
> > collaborator's install, we can get hers to look the same as mine. But
> > why would mine not be finding models?
>
> > I've copied both the httpd.conf off my partner's working setup as well
> > as directly copied her entire DocumentRoot file system. I've checked
> > that all the .htaccess files are in place. Overriding is allowed and
> > turning it off has no effect on this error. Whether the database
> > server is running or not has no effect (and the application degrades
> > gracefully on working installs with the database server missing), so I
> > think it's safe to rule that out. We're running the same version of
> > apache and same version of OS X. We've tried removing the rewrite
> > module on the working install, and it doesn't break in the same way as
> > this.
>
> > Anyone have suggestions about what might possibly be wrong here? I'm
> > at wits end dreaming up possible fixes.
>
> > Thanks so much!
> > Drew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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