Articles on: Troubleshooting

PHP Fatal Error Unable to read

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

Look for memory_limit and replace the number listed with 128M.

memory_limit = 128M

Updated on: 23/02/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!