Sorry to bump an old thread.
A few weeks ago I updated PHP and MairaDB. I then had to cmod Data and Internal Data.
However trying to automatically do the new update I get the "Files are not writeable" error.
I created the whoami.php and it comes back with apache.
I think tried this as mentioned on another thread:
Run
chown -R user:user /path/to/data
and
chown -R user:user /path/to/internal_data
However it comes back as "
chown: invalid user: ‘user:user’
On Filezilla it shows Owner/Group as:
davel davel
However if I try chown -R user:davel /path/to/data it still comes back as invalid user.
In my xenforo configuarion it says "
User/Group | apache(995)/995 |
I've also seen in my VPS apache settings, Enable suPHP - Would I need to enable that?