WordPress error "This file cannot be imported - It may be caused by file_uploads being disabled in your php ini"

The following error may be received if you attempt to upload a theme or file larger than the default of 2MB...
"This file cannot be imported. It may be caused by file_uploads being disabled in your php.ini. It may also be caused by post_max_size or/and upload_max_filesize being smaller than file selected. Please increase it or transfer more substantial data at the time."
You may increase your upload limit from within your control panel's main menu via the "Select PHP Version" icon, then "PHP Options".
Increasing both the upload_max_filesize and the post_max_size tends to fix these upload issues. 

  • 120 Users Found This Useful

Was this answer helpful?

Related Articles

Wordpress Error Missing a temporary folder

When this occurs you may define a tmp directory in the following matter:  add......

CloudFlare for WordPress

CloudFlare plugin is available for WordPress! Key features are as follows: To ensure you have no...

WordPress Response Body too Large and Too many arguments in Request Errors

If you are receiving a response body too large error with WordPress it is a result of WordPress...

Unable to create directory uploads/ Is its parent directory writable by the server?

Unable to create directory... Is its parent directory writable by the server? This error can be...