Allowed memory size exhausted. Print

  • 171

  1. Login to cPanel.
  2. Search for MultiPHP INI Editor and open it.
  3. Choose the Editor Mode tab right next to the Basic Mode.
  4. You will saw there a text saying "--Select a location--" click it and choose the domain where the error occurs.
  5. Add this following codes to the HTML editor like once you choose the domain.

    memory_limit = 128M or higher if needed
    upload_max_filesize = 50M
    post_max_size = 50M

  6. Once added, click Save in order to override the default value of the server's php.ini.
  7. Repeat the process you were doing on your WordPress site to check if the error will prompt again.

Was this answer helpful?

« Back