• Hello everyone,

    I installed a new system Ubuntu 20.04 LTS and upload the previous wordpress that I had on the previous system. So I transferred the database and files to the new server. The previous system was Centos 7.9 & Centos Stream 8. Now I have problems with wordpress which requires floder permissions. I have found a solution in which I need to allow and permission through SSH but there is still the same problem, can someone help me what specifically I need to do?

    Commands I used:
    sudo chown -R www-data:root /path/to/wordpress/
    find . -type d -exec chmod 0755 {} \;
    find . -type f -exec chmod 0644 {} \;

    Error Some files are not writable by WordPress:
    xmlrpc.php
    wp-blog-header.php
    readme.html
    wp-signup.php
    index.php
    wp-cron.php
    wp-config-sample.php
    wp-login.php
    wp-settings.php
    license.txt
    wp-mail.php
    wp-links-opml.php
    wp-load.php
    wp-includes/class-wp-user-query.php
    wp-includes/l10n.php
    wp-includes/date.php
    wp-includes/php-compat/readonly.php
    wp-includes/class-wp-oembed.php
    wp-includes/images/w-logo-blue-white-bg.png
    wp-includes/images/blank.gif

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Your question is about the configuration of your server and not wordpress. you need to check what permissions are set on the part of your server for a vhost and adjust the directory and file permissions accordingly. No one here can guess the settings for you since it is not a problem of wordpress and can also be set individually in each hosting.

    If you have further questions about this, ask them in an ubuntu community or an apache/nginx specialized forum (depending on which webserver service you use).

Viewing 1 replies (of 1 total)
  • The topic ‘Some files are not writable by WordPress – Ubuntu’ is closed to new replies.