hi, the message is saying that I can’t update because of permissions. “It is due to inconsistent file permissions.”
What should I do? Some people said to write in wp-config.php the lines:
define(‘FS_CHMOD_FILE’, 644);
define(‘FS_CHMOD_DIR’, 755);
But it did not work properly.
What should I do next??
Thanks.