Category Archives: PHP
Fatal error: Allowed memory size exhausted
Fatal error: Allowed memory size of 8388608 bytes exhausted Ever got that error? It’s PHP telling you you’ve gone overboard on memory usage, and then dying (…pussy). When you’re running WordPress, you might have encountered this error when trying to … Continue reading