• Resolved hecforce

    (@hecforce)


    Can you shed any light on how to deal with this error? This plugin seems to work in regards to sending email however this error is generated just by browsing on the wp-admin backend while having nothing to do with anything related to this plugin or any form type. If this error persists I will have no choice but to discontinue use of this plugin.

    I have already uninstalled and reinstalled the plugin as well as disabled all plugins but this one. I made sure to check the “Uninstall WP Mail SMTP” option under the Misc tab to remove all data when I uninstalled. Running on php 7.4 and the latest version of WP 5.7

    Error Details
    =============
    An error of type E_ERROR was caused in line 58 of the file ..\wp-content\plugins\wp-mail-smtp\wp-mail-smtp.php. Error message: Uncaught Error: Class ‘WPMailSMTP\Core’ not found in ..\wp-content\plugins\wp-mail-smtp\wp-mail-smtp.php:58
    Stack trace:
    #0 ..\wp-content\plugins\wp-mail-smtp\wp-mail-smtp.php(64): wp_mail_smtp()
    #1 ..\wp-content\plugins\wp-mail-smtp\wp_mail_smtp.php(235): require_once(‘\\…’)
    #2 ..\wp-settings.php(391): include_once(‘\\…’)
    #3 ..\wp-config.php(98): require_once(‘\\…’)
    #4 ..\wp-load.php(37): require_once(‘\\…’)
    #5 ..\wp-admin\admin-ajax.php(22): require_once(‘\\…’)
    #6 {main}
    thrown

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gregor Capuder

    (@capuderg)

    Hi @hecforce,

    that is a very strange error. The WPMailSMTP\Core class is, as its name suggests, a core class for our plugin and it is definitely available in our plugin code.

    Does your server maybe use OPCache or any other code caching solution that might be causing this issue? That’s the only possibility that I can think of, that could be causing such a problem.

    You’ve already tried all other things that I would also suggest (disabling other plugins, re-installing the plugin, …)

    Take care!

    Thread Starter hecforce

    (@hecforce)

    Agreed, it is very strange. As you stated all of the files are intact. It only happens on the backend while working in the site so not a huge deal but annoying nonetheless. Thanks for the reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uncaught Error’ is closed to new replies.