PHP Multi INI Editor Configuration for new domains Wordpress

Configuring PHP INI editor for wordpress

We advise the folowing settings for Wordpress. y default cpanel's PHP.ini is set to a memeory limit of 164, which is too little for wordpress.
This causes Wordpress to say " the site has experienced a critical error"  the soution is to login into Cpanel and edit the php.ini. 

To edit it is simply search ini editor in Cpanel to access it, select your domain and change the entries to look like the below.

PHP Multi INI Editor

Select home directory drop down

  • display_errors = Off

  • max_execution_time = 30

  • max_input_time = 60

  • max_input_vars = 1000

  • memory_limit = 300M

  • post_max_size = 80M

  • session.gc_maxlifetime = 1440

  • session.save_path = "/var/cpanel/php/sessions/ea-php72"

  • upload_max_filesize = 200M

  • zlib.output_compression = Off


The bold details are the general change.

    • Related Articles

    • Change / update or repair email account settings in Outlook for Windows

      Sometimes you need to make a change to your email account settings. If you have a new password, if your email provider has asked you to change settings, or if you're having problems with sending and receiving email, you can change your email account ...
    • Install Email Signature Outlook Mac

      STEP ONE Open your supplied HTML file in Google Chrome or Mozilla Firefox. IMPORTANT: Do NOT use Safari during the installation process as it may cause formatting issues. Copy your email signature from Google Chrome or Mozilla Firefox instead. Once ...
    • Setting up your email on Outlook

      Before setting/restoring or re-adding your email address, its advised to create an archive of all emails and or items on outlook for the account in question, Please see the following article on how to create an archive on outlook: ...
    • How to reset your Email and Usermin Password

      Virtualmin/Webmin like WHM/cPanel has separate login pages to manage your server, website and even WebMail. In Virtualmin the WebMail interface is called Usermin, however you can do more than just read your emails using this interface. You can also ...