403 Forbidden on site logo image upload

A few things come in mind have you checked nginx access/error log? Depending on your distro, log should be located at /var/log/nginx/access.log and /var/log/nginx/error.log. What role is your current WP user when uploading, does it have required capabilities ? Try to change wp-content permission to 755 Are you having difficulties only with images file? If … Read more

Unable to customize themes in wordpress after migrating to https from http

Run bellow query in your MySQL: UPDATE wp_options SET option_value = replace(option_value, ‘http://’, ‘https://’) WHERE option_name=”home” OR option_name=”siteurl”; UPDATE wp_posts SET guid = replace(guid, ‘http://’,’https://’); UPDATE wp_posts SET post_content = replace(post_content, ‘http://’, ‘https://’); UPDATE wp_postmeta SET meta_value = replace(meta_value,’http://’,’https://’); Or you can Add the following code above the “That’s all, stop editing!” line in your … Read more

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