• Resolved calexrose

    (@greenandchic)


    I suddenly have three fatal errors that’s recently come up. My blog is still working fine, but I would like to resolve whatever this is. The error messages are listed in my dashboard:

    Under “Incoming Links”, Plugins and WordPress Development Blog:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/greenand/public_html/blog/wp-includes/class-simplepie.php on line 13597

    Its the same error message under all of them. I am able to access “/home/greenand/public_html/blog/wp-includes/class-simplepie.php” in my cpanel, but not sure how to find “line 13597” or even know what to do with it if I do find that line.

    My blog is https://www.greenandchic.com/blog if that helps at all.

    Let me know if you need more information.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This error message means that WordPress cannot get enough memory to run.

    No promises (i.e. – I have never had this problem myself), but you may wish to try these steps from the WordPress Codex:

    * Increase the amount of memory a PHP script may consume. Note: If using a shared hosting service, you may need to ask your host to increase the limit.

    1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.
    2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
    3. Increase the memory limit via wp-config.php (e.g. define(‘WP_MEMORY_LIMIT’, ’64MB’);)

    Thread Starter calexrose

    (@greenandchic)

    #2 got it to work. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Three Fatal Errors – Links, Plugins and Development Blog’ is closed to new replies.