Missing Temporary Folder
-
On upload to the WordPress media library I’m getting the error: “Missing Temporary Folder” I followed the instructions here: https://themeisle.com/blog/missing-temporary-folder-wordpress/ and did the following:
Created temp folder in /wp-content/temp, did proper 755 chmod and chown to proper user. I then updated wp-config.php and added
define(‘WP_TEMP_DIR’,dirname(FILE). ‘/wp-content/temp/’);
Added it above Happy publishing. Restarted all required services and it still doesn’t work.
What is the proper syntax for open_basedir restriction? Right now I have in my php.ini that points to my www root in
open_basedir = “/var/www/html/exa.com”
Should it be?
open_basedir = “/var/www/html/exa.com:/tmp”
Or should the path be?
the full path /var/www/html/exa.com/wp-content/temp:/tmp
- The topic ‘Missing Temporary Folder’ is closed to new replies.