• Home
  • Computer Tips & Tricks
  • Game Tricks And Fixes
  • Internet Tricks
  • WordPress Tutorials
  • More Topics
    • Windows Tutorials
    • Andriod Tutorials
    • Adobe Tutorials
    • Youtube Tips And Tricks

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

What's Hot

How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

September 1, 2023

How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

August 31, 2023

How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?

July 31, 2023
What's Hot

How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

September 1, 2023

How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

August 31, 2023

How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?

July 31, 2023
Lets Make It EasyLets Make It Easy
  • Home
  • Computer Tips & Tricks

    How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

    September 1, 2023

    How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

    August 31, 2023

    How to Create Windows 11 Bootable USB Drive Using Rufus?

    June 21, 2023

    How to Download Original Windows 11 Officially?

    June 18, 2023

    How to Fix “The PC must support TPM 2.0 & Secure Boot” Error While Installing Windows 11?

    June 15, 2023
  • Game Tricks And Fixes

    How to Fix “Error 173 – AMD Software Installer Cannot Proceed as No AMD Graphics Hardware Has Been Detected in Your System” Problem Quickly?

    June 5, 2023

    How to Fix Failed to initialize Direct3D error on Windows 7,8,8.1,10 & 11?

    March 31, 2023

    How to Download & Clean Install Nvidia Drivers on Windows 10 & 11?

    February 15, 2023

    How to Download & Install Nvidia Drivers (Older Versions) on Windows 10 & 11?

    February 15, 2023

    How to Fix GTA IV (GTA 4) SecuLauncher error 2000 in Windows 7,8,10 &11?

    February 14, 2023
  • Internet Tricks

    How to Fix JIO FIBER’s Red Light Blinking Problem Easily?

    April 26, 2023

    How to Repair a Corrupted MySQL Database Table?

    March 2, 2023

    How to Convert EPUB to PDF for Free Online & Offline?

    February 28, 2023

    How to Get Quick Adsense Approval for WordPress Blog/Website?

    February 27, 2023

    How to Remove/Delete Your Site from Ezoic Network?

    February 5, 2023
  • WordPress Tutorials

    How to Deactivate All WordPress Plugins & Themes when you are not able to access the WP-Admin?

    May 20, 2023

    How to Create WordPress Admin User in phpMyAdmin?

    May 18, 2023

    How to Fix “Rankmath Causes Critical Error: Instant Index Status Error undefined – There has been a critical error on this website.”Quickly?

    May 18, 2023

    How to Fix “Sorry, You are not allowed to access this page” Error in WordPress?

    May 16, 2023

    How to Add an Admin User in WordPress using FTP or cPanel File Manager?

    May 10, 2023
  • More Topics
    • Windows Tutorials
    • Andriod Tutorials
    • Adobe Tutorials
    • Youtube Tips And Tricks
Lets Make It EasyLets Make It Easy
Home » How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?
Wordpress Tutorials

How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

AuthorBy AuthorDecember 9, 2022Updated:December 9, 2022
How to Fix "The uploaded file exceeds the upload_max_filesize directive in php.ini." Error in Wordpress?

Hi Guys, Today I am Going to tell you How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

Check Out This: How to Install & Run Google Playstore in Windows 11 Without Using any Emulators?

Are you Looking for the Commonly Searched Term “How to Resolve “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?” (or) “How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?”.

You are at the Right Place to Get Your Answers & Solve the Issue/Error.

Trending
How to Fix Command Prompt Opens And Closes Immediately in Windows 10? | Why CMD.exe Closes Immediately Whenever I Tried to Open it?

Let’s See About it.

Steps For How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

 

Method 1: Using MultiPHP INI Editor

Step 1: First of all, Go to your Web Hosting Website and Log in to your account.

Step 2: Now Open your C-Panel Navigate to Software Section and Open the MultiPHP INI Editor.

How to Fix "The uploaded file exceeds the upload_max_filesize directive in php.ini." Error in WordPress?

 

Step 3: Now Choose your Site from the drop-down box and Now edit the upload_max_filesize PHP directive Value. Just Increase the value based on your needs.

How to Fix "The uploaded file exceeds the upload_max_filesize directive in php.ini." Error in WordPress?

Refresh your Website and Check Again.

 

Method 2: Using the .htaccess File

Step 1: First of all Go to Your Web Hosting Site and Log into Your CPanel.

Step 2: Navigate to File Manager and Open Public_Html Folder.

Step 3: Now Right Click on the .htaccess File and Click Edit Option to Edit the .htaccess File.

Step 4: Add this Piece of Lines into the .htaccess File.

php_value post_max_size 256M
php_value memory_limit 512M
php_value max_input_time 180
php_value max_execution_time 180

php_value post_max_size 256M
php_value memory_limit 512M
php_value max_input_time 180
php_value max_execution_time 180

Step 5: Save the File and Refresh the Website.

 

Method 3: Try to Increase the Memory Limit Wp-Config.php

Step 1: First of all Go to your Web Hosting Site and Log into Your CPanel.

Step 2: Navigate to File Manager and Open Public_Html Folder.

Step 3: Now Right Click on the Wp-Config.php File and Click Edit Option to Edit the Wp-Config.php File.

Step 4: Add this Piece of Lines into the Wp-Config.php

@ini_set(‘upload_max_size’ , ‘256M’ );

@ini_set('upload_max_size' , '256M' );

Step 5: Save the File and Refresh the Website.

 

Method 4: Update the Memory Limit Manually via php.ini File

Step 1: First of all Go to your Web Hosting Site and Log into Your CPanel.

Step 2: Navigate to File Manager and Open Public_Html Folder.

Step 3: Locate php.ini file and Right Click on the php.ini File and Click Edit Option to Edit the php.ini  File.

Step 4: Now Locate the upload_max_filesize and Just increase its number.

(or)

Step 4: Delete the Older php.ini file and Create a New php.ini File and Add this Piece of Lines into the php.ini File

upload_max_filesize = 256M
post_max_size = 256M
memory_limit = 512M
max_execution_time = 180

upload_max_filesize = 256M 
post_max_size = 256M 
memory_limit = 512M 
max_execution_time = 180

Step 5: Save the File and Refresh the Website.

 

That’s It. You’re Done. Have a Nice Day.

@@@ Leave Comments @@@

##Stay Safe Guys And Live Happily ##

Next Article Best 5 Websites to Check Your Website Load Time Which Helps in Analysing & Improving Your Website Load Times.
Author

Basically an Instrumentation Engineer But Very much Interested in Blogging. I'm a Passionate Blogger and an Expert in Search Engine Optimization And Always Looking Forward to Learn New Things. I Would Fix & Provide Solution to the Most Common Issues Related to PC,Laptops,Mobiles,OS, Hardwares and Softwares.

Related Posts

Wordpress Tutorials

How to Deactivate All WordPress Plugins & Themes when you are not able to access the WP-Admin?

May 20, 2023
Wordpress Tutorials

How to Create WordPress Admin User in phpMyAdmin?

May 18, 2023
Wordpress Tutorials

How to Fix “Rankmath Causes Critical Error: Instant Index Status Error undefined – There has been a critical error on this website.”Quickly?

May 18, 2023
Add A Comment

Leave A Reply Cancel Reply

Subscribe to Updates

Get the latest tech news from FooBar about tech, design and biz.

Most Popular
  • Trending:How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?
    by Author|September 1, 2023
    0
  • Trending:How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?
    by Author|August 31, 2023
    1
  • Trending:How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?
    by Author|July 31, 2023
    0
  • Trending:How to Uninstall the Windows Updates Using WUSA And DISM Commands in Windows 11/10/8/7?
    by Author|July 18, 2023
    0
  • Trending:How to Fix the Inaccessible Boot Device Error on Windows 8,8.1,10,11?
    by Author|June 27, 2023
    0

Top Posts

How to Fix “Oops looks like the page is lost. This is not a fault just an accident that was not intentional.”Error?

April 26, 2023407 Views

How to Fix “Error 195- AMD Software Installer Cannot Continue Because It Is Unable to Access the Required Web Resources” Problem Quickly?

May 7, 2023289 Views

How to Configure Jio Fiber Router? | Reliance Jio Fiber Router JCO4032 Settings [ Updated ]

December 9, 2022266 Views
Editor's Pick
Internet Tricks

How to Configure Jio Fiber Router? | Reliance Jio Fiber Router JCO4032 Settings [ Updated ]

AuthorDecember 9, 2022
Adobe Tutorials

How to Fix “A low-level exception occurred in ImporterMPEG” Error in Adobe Premiere Pro?

AuthorDecember 9, 2022
Internet Tricks

How to Fix JIO FIBER’s Red Light Blinking Problem Easily?

AuthorApril 26, 2023
Adobe Tutorials

How to Fix “File importer detected an inconsistency in the file structure.Reading and writing this files metadata (XMP) has been disabled.” Error in Adobe Premiere Pro?

AuthorDecember 9, 2022
Latest Articles

The Ultimate Technology Site About Technical Support, Information Technology, PC Builds, Domain Hosting, WordPress, Blogger.Letsmakeiteasy is a site where you can learn about technology, Search Engine Optimisation, Computer and Mobile Tricks, Blogging and WordPress Tips. We are Here to Help You.

Most Popular

How to Fix “Oops looks like the page is lost. This is not a fault just an accident that was not intentional.”Error?

April 26, 2023407 Views

How to Fix “Error 195- AMD Software Installer Cannot Continue Because It Is Unable to Access the Required Web Resources” Problem Quickly?

May 7, 2023289 Views

How to Configure Jio Fiber Router? | Reliance Jio Fiber Router JCO4032 Settings [ Updated ]

December 9, 2022266 Views
Our Picks

How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

September 1, 2023

How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

August 31, 2023

How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?

July 31, 2023
  • Home
  • About Us
  • Contact Us
  • Sitemap
Copyright © 2023 Letsmakeiteasy.tech LLC. All Rights Reserved. | Crafted With ❤️ | Created by Vasantharaj R N

Type above and press Enter to search. Press Esc to cancel.

Ad Blocker Enabled!
Ad Blocker Enabled!
Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.