• Resolved polrk

    (@polrk)


    Uncaught Error: Call to undefined method WPMailSMTP\Core::get_site_health() in /var/www/html/wp-content/plugins/wp-mail-smtp/src/Core.php:195

    wp-config.php

    
    <?php
    define('WP_CONTENT_DIR', '/var/www/html/wp-content');
    $table_prefix = getenv('TABLE_PREFIX') ?: 'wp_';
    foreach ($_ENV as $key => $value) {
        $capitalized = strtoupper($key);
        if (!defined($capitalized)) {
            define($capitalized, $value);
        }
    }
    
    // wp-smtp
    define( 'WPMS_ON', true );
    define( 'WPMS_MAIL_FROM_FORCE', true );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @polrk,

    When you get a chance, could you please share full error details and let me know when are you getting this error?

    Thanks!

    Hi @polrk – We haven’t heard from you in about a week, so I’m going to go ahead and mark this ticket resolved. If you still have questions, though, please feel welcome to continue the conversation

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Site down’ is closed to new replies.