PHP Fatal Error Unable to read

  • June 18, 2014
  • 0 Comments

If you experience this, try increasing the PHP memory limit in php.ini to 128M.

Look for this line and replace the number to 128M.

memory_limit = 128M

How helpful was this article to you?