php - Fatal error: Allowed memory size of ... bytes exhausted
479
I have this WordPress error on a site I am building locally.
Fatal error: Allowed memory size of 134217728 bytes exhausted
I tried to allocate 1702064827 bytes in C:\xampp\htdocs\zerotozenithmedia\wp-includes\functions.php on line 5231.
Answer
Solution:
Increase PHP Memory Limit in WordPress. Add This Code In
wpconfig.php
and your problem will be solved or you can increase the memory limit using thephp.ini
.