error message...
Can anyone tell me what this error message means and how to fix?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/jdavis/public_html/
wp-includes/class-simplepie.php on line 2647
This is what my "class-simplepie.php" cosed looks like at line 2647..
Code:
$this->data['links'][$key] = array_unique($this->data['links'][$key]);
I also get this error too...
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/jdavis/public_html/
wp-includes/class-simplepie.php on line 3426
Do I need to change something on the server??