• I have installed the latest version of WordPress but can’t upload any files. I’m getting Missing Temporary Folder.

    I’ve added this to wp-config.php:
    define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/wp-content/temp/’);

    The wp-content/temp folder has the correct permissions.

    I’ve tried all sorted but not getting anywhere at all. Is there anything i’m missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You might verify that your wp-content folder also has 775 permissions and that both the wp-content and wp-content/temp folders have the proper owner and group for your setup

    Thread Starter swimmingfish892

    (@swimmingfish892)

    The below is set on the folders:

    wpcontent/temp
    drwxrwxr-x. 2 apache publishers 6 Aug 14 14:27 temp

    wp-content
    drwxr-xr-x. 10 apache publishers 149 Aug 14 15:19 wp-content

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New Install – Missing Temp Folder’ is closed to new replies.