RE: Wordpress problem running on Sentora
05-29-2015, 04:08 AM
(This post was last modified: 05-29-2015, 04:08 AM by apinto.)
djgelogr, if you uploaded your files via SSH/SFTP probably you did it as a useer thats not www-data (apache user on Ubuntu).
You need to change the owner/group to www-data, to avoid this you should upload via FTP as it setup the correct user/group automatically.
If you do not know how to do that, there is the command (run the command as root or use sudo):
Hope this helps.
You need to change the owner/group to www-data, to avoid this you should upload via FTP as it setup the correct user/group automatically.
If you do not know how to do that, there is the command (run the command as root or use sudo):
Code:
chown -R www-data:www-data /var/sentora/hostdata
Hope this helps.
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora
Graphic and Web Design. Development.
www.vanguardly.com
[Module] Mail Quota Count | Vagrant Box with Sentora
Graphic and Web Design. Development.
www.vanguardly.com