• Resolved 2mooses

    (@2mooses)


    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:

    [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

    [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.
Viewing 1 replies (of 1 total)
  • Thread Starter 2mooses

    (@2mooses)

    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:

    define( 'WP_MEMORY_LIMIT', '512M' );
Viewing 1 replies (of 1 total)

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