Unable to upload media to wordpress
-
I am unable to upload any media files to wordpress. Every time “missing temporary folder” error is thrown back.
I tried define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/wp-content/temp/’);
and also created a php.ini file in home directory and add upload_tmp_dir= /home/username/public_html/temp/
also tired pointing the php.ini file to the wp-content/temp folder but the issue isn’t resolved.
I am using Amazon AWS instance to host the server.The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Unable to upload media to wordpress’ is closed to new replies.