vansrv7 Posted May 25, 2014 Share Posted May 25, 2014 I'm running PS 1.5.6.1 on a VPS. I noticed that if I activate smarty cache, I receive a fatal error (...unable to write to...etc.etc.). Checking folders/file permission I noticed that all the folders/file created in the cache folders by PS have owner/group apache-apache, while all the PS files are xxx-yyy My deduction is that PS is unable to write cache files to that folders because it's not the correct owner. How can I set the correct owner/group for dinamically created folders?? Link to comment Share on other sites More sharing options...
El Patron Posted May 25, 2014 Share Posted May 25, 2014 typically the owner should be 'domainname', without www. chown -R user /path/to/dir if your domain (user) then owns the files, it can create, delete, modify files Link to comment Share on other sites More sharing options...
Recommended Posts