• I am getting (Missing a temporary folder) issue in 3sites while uploading media files and Plugins installation Or update. I create a temp folder in wp-content and it’s fixed for a single site plugin update and installation issue but not doing for my main site.

    I put this code in wp-config.php file
    define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/wp-content/temp/’);
    The issue is while uploading Media files.
    Please guide me on how I can fix it.
    Thank you

    • This topic was modified 5 years, 4 months ago by abiddigisol.

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Verify that the folder’s permissions allow the user WP runs as to both read and write. On Linux servers, the permission is usually 755, where only the folder’s owner can write. You might need to either chown (change owner) on the folder, changing to the WP user; or use 775 so any user in the related group can write.

    ETA: “WP user” here means the system user that PHP and WP uses, not users registered within WP.

    • This reply was modified 5 years, 4 months ago by bcworkz.
Viewing 1 replies (of 1 total)

The topic ‘Missing a temporary folder.’ is closed to new replies.