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 to http://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 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