Title: Null error not resolved!
Last modified: September 1, 2016

---

# Null error not resolved!

 *  Resolved [valerie.s](https://wordpress.org/support/users/valeries-1/)
 * (@valeries-1)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/null-error-not-resolved/)
 * The issue previously addressed in this forum was not resolved:
 * [https://wordpress.org/support/topic/null-error-1?replies=14#post-8521396](https://wordpress.org/support/topic/null-error-1?replies=14#post-8521396)
 * I tried the suggested fix of downgrading versions of the Calendar, and it worked
   at first, but then the calendar seems to have auto-updated itself to the newest
   version again and the Null errors are back!
 * I am not a coder or website expert, and the other solution given – modifying 
   the wpconfig.php file for the website – is scary for me.
 * Here is our calendar website that is screwed up: [http://syriainstitute.org/calendar/](http://syriainstitute.org/calendar/).
   
   Please help ASAP! We have had this awful looking page up for a full week now.
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

Viewing 1 replies (of 1 total)

 *  [Caroline](https://wordpress.org/support/users/tribecari/)
 * (@tribecari)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/null-error-not-resolved/#post-7486272)
 * Hi [@valerie](https://wordpress.org/support/users/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](https://wordpress.org/plugins/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:
    6.     ```
           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);
           ```
       
    7. 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.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Caroline](https://wordpress.org/support/users/tribecari/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/null-error-not-resolved/#post-7486272)
 * Status: resolved