Skip to:
Content
Pages
Categories
Search
Top
Bottom

Upload Failed! When uploading files. Even with wp-content/uploads on 777


  • marco-raaphorst
    Participant

    @marco-raaphorst

    Get a warning now at Upload Failed! Error was: The uploaded file could not be moved to /home/offline/domains/offline070.com/public_html/wp-content/uploads/avatars/22.

    Used to work but it’s not working now. What can be the reason. Haven’t touched anything myself but I am on shared server.

    This is my htaccess:
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

Viewing 1 replies (of 1 total)
  • Your User/Group permissions are probably wrong or PHP SafeMode is on. Contact your host and pose the question to them. the server needs to be able to write to files directories.

    As for file permissions don’t leave them at 777 it’s dangerous and not necessary 755 should be more than sufficient

Viewing 1 replies (of 1 total)
  • The topic ‘Upload Failed! When uploading files. Even with wp-content/uploads on 777’ is closed to new replies.
Skip to toolbar