• I had installed Solid Mail and was using it. Now I can only see the menu. Clicking on any of the link results in a blank page (Solid Mail – Mail Log – Settings)

    I Deactivated it and reactivated it. I uninstalled and reinstalled it back, check it in different browser, but they did not help. Any ideas/

Viewing 1 replies (of 1 total)
  • Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @net9,

    Glad you reached out!

    Plugin pages showing as blank usually indicate some kind of script-related issue. I tried a quick install of Solid Mail on a new website and did not encounter the same blank pages (see here), so this problem might be specific on your site environment.

    Could you please enable the WP Debugging feature by adding the code below inside the site wp-config.php file of your site and check for any recent errors within the debug.log file and browser console that are related to Solid Mail?

    // Turn debugging on
    define('WP_DEBUG', true);
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    // Hide general PHP errors
    @ini_set('display_errors', 0);

    Let us know what you find!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.