PHP Values required for Wordpress installs
  • 05 Sep 2025
  • 1 Minute to read
  • Dark
    Light

PHP Values required for Wordpress installs

  • Dark
    Light

Article summary

If you see an error like “The uploaded file exceeds the upload size” when adding a theme or plugin, you just need to raise a couple of PHP limits for your site.

Use cPanel (no files to upload)

  1. Log in to cPanel.

  2. Go to Software → MultiPHP INI Editor.

  3. Select your domain and set:

    • upload_max_filesize: 64M (or the smallest value that fits your file)

    • post_max_size: 64M (must be ≥ upload_max_filesize). This can be larger than upload_max_filesize if required, but must at least be equal to upload_max_filesize.

  4. Click Save.

    Tip: Don’t set these excessively high. Very large values can waste resources or be abused.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence