Change Upload and Memory Limits in Your Whm Inmotion Hosting

Increase maximum file upload size in WordPress

Do you want to increment the maximum file upload size in WordPress? Are you getting "The uploaded file exceeds the upload_max_filesize directive in php.ini" errors when uploading files via media uploader, or when installing plugins and themes?

The well-nigh common cause of this fault can be attributed to a few PHP settings that tin can easily exist inverse in the php.ini, .htaccess file, wp-config.php file, the theme's functions.php file or with the Increase Max Upload Filesize plugin. This article volition walk y'all through all four solutions.

  • Using the PHP.INI File
  • Using the .htaccess File
  • Using the WP-CONFIG.PHP or FUNCTIONS.PHP
  • Using the Increase Max Upload Filesize Plugin

You can check what your upload filesize limit currently is in WordPress by following the steps beneath:

  1. Log into your WordPress dashboard.
  2. Get to Media and click Add New.
  3. Below the upload box, there is a line that says Maximum file upload size.

To resolve this error, we will exist working with these iv values:

  • upload_max_filesize
    This defines the maximum upload limit for files when uploading files in WordPress.
  • post_max_size
    This defines the maximum upload limit that will be handled in a Mail service request. It should be equal to or greater than upload_max_filesize.
  • memory_limit
    This defines how much memory is allocated for PHP. This number should be equal or higher than the upload_max_filesize.
  • file_uploads
    This ensures that you are immune to upload files. By default, information technology is on.

The numbers provided in the below examples work well for most users, but tin be changed if they are not working for yous.

Solution i – Using the PHP.INI File

  1. Log into cPanel.
  2. Find the Software section and click on MultiPHP INI Editor.
    MultiPHP INI Editor
    If yous don't have the MultiPHP INI Editor but do have the PHP Configuration tool, you can skip to the "If yous don't have the MultiPHP INI Editor" section.
  3. In the dropdown, select the domain for which yous wish to change the maximum upload size.
  4. Observe the post-obit values and set them accordingly:
    upload_max_filesize = 64M post_max_size = 64M memory_limit = 90 file_uploads = Enabled
  5. Click Apply to relieve your changes.

If you don't have the MultiPHP INI Editor, use these instructions:

  1. Log into cPanel.
  2. Go to the homepage in cPanel, find the Files department and click on File Director.
    cPanel File Manager
  3. Navigate to the site'southward document root folder.
  4. Open up the php.ini file in the editor. If you lot don't accept a php.ini file, create a file chosen .user.ini and edit it.
  5. Fix these values in the php.ini or .user.ini file:
    upload_max_filesize = 64M post_max_size = 64M memory_limit = 90 file_uploads = On
  6. Click Salvage Changes.

Solution 2 – Using the .htaccess File

  1. Log into cPanel.
  2. Go to the homepage in cPanel, find the Files section and click on File Manager.
    cPanel File Manager
  3. Navigate to the site's document root binder.
  4. Open the .htaccess file in the file editor. If you don't meet the .htaccess file, you may demand to make hidden files visible or create the file.
  5. Set the values by adding this lawmaking at the lesser of the file:
    php_value upload_max_filesize = 64M php_value post_max_size = 64M php_value memory_limit = ninety Php_value file_uploads = On
  6. Click Save Changes.

Solution 3 – Using the WP-CONFIG.PHP or FUNCTIONS.PHP

  1. Log into cPanel.
  2. Go to the homepage in cPanel, find the Files section and click on File Director.
    cPanel File Manager
  3. Navigate to the site's document root folder.
  4. Open the wp-config.php or theme's functions.php file in the file editor.
  5. Set the following values:
    @ini_set( 'upload_max_size' , '64M' ); @ini_set( 'post_max_size' , '64M' ); @ini_set( 'memory_limit' , '90M' ); @ini_set ( 'file_uploads' , 'On' );
  6. Click Save Changes.

Solution four – Using the Increase Max Upload Filesize Plugin

  1. Log into your WordPress Dashboard.
  2. Go to Plugins, so click Add together New.
  3. Search for "Increment Max Upload Filesize".
  4. Click Install.
  5. When it is finished installing, the button will change to Activate. Click it once again.
  6. Go to the Increase Max Upload Filesize plugin settings.
  7. Enter the value you would like to add.
  8. Click Save.

You know have four solutions for increasing your maximum file upload size in WordPress. If you lot need assistance with the above, experience gratis to contact our technical support team.

Get the nearly out of your WordPress sites with ane of InMotion'southward WordPress Hosting plans!

sherrickmrsene.blogspot.com

Source: https://www.inmotionhosting.com/support/product-guides/wordpress-hosting/how-to-increase-the-maximum-file-upload-size-in-wordpress/

0 Response to "Change Upload and Memory Limits in Your Whm Inmotion Hosting"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel