Hi,
How to solve this error:
File Permission Issues
We were unable to modify required files. Please ensure that /home/tivexeng/forosinvest.byandov.com/wp-content//uploads/ has the proper read-write permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here..
I added the following to wp-config.php
define(‘FTP_USER’, ‘USERNAME’);
define(‘FTP_PASS’, ‘PASSWORD’);
define(‘FTP_HOST’, ‘FTP.EXAMPLE.COM’);
but that didn’t fix the problem.
I checked the permissions of the directories and files, everything is as it should be.
Screenshot: