Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter robnicholson

    (@robnicholson)

    I didn’t spot this error on my pilot site as PHP error reporting was off by default. I’ve just added the following to wp_config.php which hides the error until it can be fixed:

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    I’ve turned error reporting on in my pilot site and the error now displays there. So can test if a fix works before adding to live.

    Text copy of the error:

    Warning: Undefined variable $grid in /usr/share/nginx/pilot.bbf/wp-content/plugins/my-calendar/my-calendar-core.php on line 519

    Plugin Author Joe Dolson

    (@joedolson)

    Yep, I’m aware of it. Will be fixed in the next release.

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

The topic ‘Undefined variable $grid’ is closed to new replies.