Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
File permission denied
  • I'm getting a permission error when I try to run my app. This is the function triggering it.
    mkdir($filepath, \Config::get('file.chmod.folders', 0777), true); I can't seem to find the file that has incorrect permissions. Can anyone please shed some light on this? Thanks!
  • Nevermind. Found it. Have to make these 4 directories writable: APPPATH/cache
    APPPATH/logs
    APPPATH/tmp
    APPPATH/config
  • You can use oil to do this for you. Open terminal, go to your directory and type php oil refine install It'll set the permissions for you.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion