MyBB Community Forums

Full Version: 1.8.10 The "Requirements Check" problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've got problems at installing 1.8.10, after giving the config file and the cache folder the needed permissions.
[attachment=38577][attachment=38578][attachment=38579]
Im using Linux CentOS7
You should probably change the owner of the files to the www-data user and group, instead of root. That might help.
After changing the file owners from cache/ and inc/config.php to apache (because on CentOS7 it's named "apache")
Quote:chown apache:apache cache/
Quote:chown apache:apache inc/config.php
i got the same problem... 
[attachment=38585]
Try www-data anyway. Funnier things have happened. Worst case you change them back.
Quote:chown: invalid user: ‘www-data:www-data’
...
(2017-03-19, 08:54 AM)kradosser Wrote: [ -> ]
Quote:chown: invalid user: ‘www-data:www-data’
...

Hey; that *could* have been it.
Ok Thanks, i now fixed my problem by following command:
Quote:chcon -t httpd_sys_rw_content_t cache cache/themes uploads uploads/avatars admin/backups inc/config.php inc/settings.php inc/languages/english/*.php inc/languages/english/admin/*.php
Post: https://community.mybb.com/thread-149162...pid1053749