Title: Fatal Errors
Last modified: December 16, 2024

---

# Fatal Errors

 *  Resolved [2mooses](https://wordpress.org/support/users/2mooses/)
 * (@2mooses)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/fatal-errors-104/)
 * Been using this plugin for awhile, and it has suddenly started throwing fatal
   errors and the WordPress admin is unusable. The plugin started doing this with
   version 4.2.0 this morning, and so I manually upgraded to 4.2.0, but still fatal
   errors, although in different lines.
 * Error log in /wp-admin/ with version 4.2.0:
 *     ```wp-block-code
       [16-Dec-2024 16:15:03 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /public_html/wp-includes/Requests/src/Cookie.php on line 477[16-Dec-2024 16:15:49 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/ControlTab.php on line 105[16-Dec-2024 16:16:17 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /public_html/wp-includes/Requests/src/Cookie.php on line 477[16-Dec-2024 16:43:42 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/ControlTab.php on line 104
       ```
   
 * Error log in /wp-admin/ after upgrading to version 4.3.0
 *     ```wp-block-code
       [16-Dec-2024 16:47:29 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /public_html/wp-content/plugins/wp-mail-smtp/src/Admin/ParentPageAbstract.php on line 293[16-Dec-2024 16:48:19 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/ControlTab.php on line 126
       ```
   
 * Not sure what to make of this. Everything was working fine until today. Still
   can’t access the WordPress admin, as it says critical error, but there’s been
   no email sent with recovery instructions. Any help appreciated, thanks.
    -  This topic was modified 1 year, 3 months ago by [2mooses](https://wordpress.org/support/users/2mooses/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [2mooses](https://wordpress.org/support/users/2mooses/)
 * (@2mooses)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/fatal-errors-104/#post-18202080)
 * Hmm, think I solved it, and it appears not to have been an issue with the plugin
   specifically. Looks like the host provider’s sever was throttling the PHP down
   to 128. Added this to the wp-config file:
 *     ```wp-block-code
       define( 'WP_MEMORY_LIMIT', '512M' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Fatal Errors’ is closed to new replies.

 * ![](https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440)
 * [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin](https://wordpress.org/plugins/wp-mail-smtp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mail-smtp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mail-smtp/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mail-smtp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mail-smtp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mail-smtp/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [2mooses](https://wordpress.org/support/users/2mooses/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/fatal-errors-104/#post-18202080)
 * Status: resolved