Permissions working but not working

Make sure the user running on behalf of the webserver’s PHP process has ownership permissions on /path/to/wordpress Example For Ubuntu 18.04 running Apache2 # Go to wordpress installation root directory cd /path/to/wordpress # Give ownership to Apache2’s PHP process sudo chown www-data:www-data . # Apply files and directories permissions sudo find . -type f -exec … Read more

Plugin updates, change file permissions on WordPress

PROBLEM FOUND: So the problem was in a separate config file. The websites were migrated from another hosting and that hosting had a separate config file which was required in the wp-config.php . I the other config file I found this settings: define( ‘FS_CHMOD_DIR’, ( 0755 & ~ umask() ) ); define( ‘FS_CHMOD_FILE’, ( 0644 … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)