> > Other than changing an app directory and database settings, is there > anything I should know about that could cause the site to operate on > one PC but not another? Cache/temp files? Anything that's environment- > dependent? Yes, you need to give write permissions to the tmp directory if you run in *nix environment (which Mac OS X does). This has nothing to do with SVN whatsoever,
-- Felix -------------------------- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Anthony wrote: > Hello, > I am trying to manage a Cake project with SVN, but keep running into > errors when trying to test the project on another PC. Most of the > errors look like this: > <b>Warning</b>: file_put_contents(/Applications/xampp/xamppfiles/ > htdocs/public/caketest/app/tmp/cache/models/default_caketest_list) [<a > href='function.file-put-contents'>function.file-put-contents</a>]: > failed to open stream: Permission denied in <b>/Applications/xampp/ > xamppfiles/htdocs/public/caketest/cake/basics.php</b> on line <b>931</ > b><br /> > > I tried deleting the files from the cache, but that didn't work. Then > I tried copying the cache files from my other PC, but that didn't work > either. > > Other than changing an app directory and database settings, is there > anything I should know about that could cause the site to operate on > one PC but not another? Cache/temp files? Anything that's environment- > dependent? > > Help! > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
