file.php is where the error was triggered; it's not the file that cannot be opened. Look more closely at the first path--you need to allow the webserver to have write access to your app/tmp directory (and all subdirectories).
On Wed, Oct 7, 2009 at 9:43 AM, Jacksm <[email protected]> wrote: > > Hi, > I am setting up CakePHP on a hosted linux server. I made it through > the set up, but I am still getting a lingering error on the welcome > page below: > > Warning: fopen(/home/mysimple/public_html/login/app/tmp/cache/ > persistent/cake_core_core_paths) [function.fopen]: failed to open > stream: Permission denied in /home/mysimple/public_html/login/cake/ > libs/file.php on line 156 > > Warning (2): fopen > > I have tried changing your permissions to file.php but I am still > getting the same error. Thanks for your help > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
