Viewing 1 replies (of 1 total)
  • Hi @valerie.s,

    Thanks for getting in touch! I’m so sorry for the issues you’re experiencing and apologize that we don’t have a fix for this display quirk available yet. Unfortunately, the suggestion provided by Brian in the linked thread is likely to be your best bet for now. You don’t need to know any code to make this modification–I’d be happy to walk you through it here!

    1. Download the plugin WP Config File Editor onto your WordPress install and activate it.
    2. Click the menu item “WPCF Editor” that should appear in your WordPress admin sidebar.
    3. Click the submenu item “Raw Editing” that appears beneath “WPCF Editor”.
    4. In the text document that appears, scroll down until you see the text define('WP_DEBUG', false);
    5. Select this line of text, delete it, and paste in the following text:
      ini_set('log_errors','On');
      ini_set('display_errors','Off');
      ini_set('error_reporting', E_ALL );
      define('WP_DEBUG', false);
      define('WP_DEBUG_LOG', true);
      define('WP_DEBUG_DISPLAY', false);
    6. Click the “Save” button below the text editor to save your changes.

    This will apply the changes to your WordPress configuration, and the warning messages should be hidden.

    Thanks, and let me know if you should have any other questions!

Viewing 1 replies (of 1 total)
  • The topic ‘Null error not resolved!’ is closed to new replies.