Your problem seems to be related with a misconfiguration of the temporary directory in PHP which is used for uploads and need to be writable when the sever downloads a WordPress, plugin or theme package.
If you can not configure it at PHP level, you can define it also in wp-config.php file:
define('WP_TEMP_DIR', ABSPATH . 'wp-content/temp/');
Related Posts:
- File and directory permissions
- Forbidden 403 error, permission to access, unable to read htaccess
- Which WordPress scripts need to be executable for a fresh installation?
- Restricting user login by IP address
- Centos 7.2 wordpress on going to /admin shows Forbidden You don’t have permission to access /wordpress/wp-admin/ on this server
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Best collection of code for your .htaccess file [closed]
- WordPress 3.9 Database Update Infinite Loop
- Real automated and unattended wordpress upgrade including plugins
- Can’t install new plugins because of the error “Could not create directory”
- Stop WordPress and Plugins from Overwriting .htaccess
- Permissions to wp-content folder in Windows Server 2012
- WordPress + Magento .htaccess ReWriteRule Issue (www vs. non-www)
- Blog.php or how to display recent posts?
- Admin-Ajax.php, SSL, Non-SSL
- WordPress site displaying 404 for any page apart from index
- How to avoid wordpress permalink rules to inherit in a sub-folder
- Cant block wordpress readme files
- 404/500 error on /wp-json
- WordPress keeps deleting .htaccess file
- Prevent users from browsing through the media galleries
- .htaccess for wordpress in separate folder
- How to modify the .htaccess to force ssl on login and admin pages
- WordPress URL/Folder ReWrite using Htaccess
- Why does One Click Update fail on localhost using FTP with 777 permissions on site files?
- .htaccess redirects no longer work
- Exclude subfolder from WP-redirect works with html but not php files
- Server crashed trying to restore wordpress multisite, images are not found pls help
- Create subdomain masking for each user in WordPress
- Redirect from different port to subdomain – htaccess
- Why does WordPress 4.2.2 require FTP to update?
- Can’t use the built-in wordpress install/upgrade plugin feature [closed]
- Question with loading 403/ 404 error pages and htaccess
- Why won’t WordPress on localhost find updates?
- WordPress Redirect 301 register page
- Only expose routes with prefix /wp-json on WordPress using Apache
- Why does a directive only work when it is included inside WordPress directives?
- .htaccess password protect all but one page
- Hardening wordpress: blocking /includes with htaccess
- Install a Network under a mapped domain
- htaccess – RewriteRule without redirect not working
- How to fix category url 404’s after category permalink change
- Restrict uploaded files into a custom folder to logged in users by htaccess: looking for Nginx – not only Apache – solution
- WordPress: Adding Security
- How can I fetch the content of a post of my wordpress domain from an other domain?
- Redirect Specific Wildcard Subdomain to a specific URL on another domain
- WP install in sub-dir white screen
- Modify the .htaccess file
- WordPress site not working after move
- blocking access to all post/tag URIs via htaccess
- sitemap contains weird links and does not contain my pages [closed]
- want to rewrite an URL in wordpress
- how to redirect 301 my old search query string to wordpress search query string?
- htaccess, site and staging in subdirectories
- How to block access to files without modifying .htaccess or ngnix config? [closed]
- Allow REST API over HTTP, the rest of the site forced to HTTPS
- where to add redirection rewriterule in .htaccess file?
- Trouble adding directory rewrite to htaccess under wordpress [closed]
- How do I apply friendly URL permalinks to a custom WordPress template?
- Custom theme updater – random string in new theme name
- An update has caused my client’s site to be non-existent after new update of WordPress [closed]
- Conflict with Force SSL and Rewrite Rules
- htaccess getting overwritten over and over = 404 error
- htaccess problem not being able to overwrite previous rules
- Redirect to another page using contact form 7? [closed]
- How to rewrite 404 to home page using htaccess?
- “Oops.” error on an html file directly uploaded to a subdirectory of my WordPress site
- How do I reset a rewrite?
- VServer/Rootserver/Shared Hosting: Multiple WordPress installations each having their unique domain?
- WP Codex answer incomplete? Put WP in subdirectory. .htaccess change required
- WordPress is removing trailing slash
- Sub domain URL slash / missing after domain and before Post & page slug
- Problem with WordPress permalinks
- Redirect files in uploads directory if WordPress user not logged in
- Redirect wordpress site to www from non www on wordpress server
- I need to make one folder private
- Pretty Url not working on the server
- Force HTTPS for mapped domain pointing to wordpress domain
- How come there is no error if I upgrade WordPress core after locking .htaccess permissions to 644?
- How can I restrict access, by IP, to the `wp-admin` folder/Dashboard?
- How does WordPress get the upgrade URL?
- After changing permalink, getting 404 for one particular category
- WordPress Plugin Install / Update Problem
- WordPress Intercepting Requests To A File In Public HTML
- Installing wordpress on subdirectory 2 levels down
- Cannot Override WordPress 404 for a Sub-Directory
- I can access subdirectory, but not files within it
- htaccess mod_rewrite not working
- What’s the most secure way to grant a user permission to update in a multisite?
- Multisite permalinks for subfolder wordpress installation
- Missing visual editor after placing a redirect rule into the .htaccess file
- Permanently Redirect WordPress Subfolder Blog to Subdomain on Another Server
- WordPress site not redirecting properly
- Giving WordPress it’s own directory and using .htaccess Directory Index
- Restrict download files from not generated Urls
- How to change wordpress news root url
- Problem with All in one WP Migration – only works the home page
- Why my wp site always redirecting to the old website path..?
- Hiding wp-config.php via .htaccess on an install installed in another directory?
- .htaccess seems to be required but I can not find it