• I just upgraded and am now getting this error whenever I visit a page in the WP Admin:

    Cannot access private property EL_Upgrade::$error

Viewing 1 replies (of 1 total)
  • Thread Starter sman591

    (@sman591)

    A temporary workaround is changing Line 17 of wp-content/plugins/event-list/admin/includes/upgrade.php

    Before:

    private $error = false;

    After:

    public $error = false;

Viewing 1 replies (of 1 total)

The topic ‘Cannot access private property EL_Upgrade::$error’ is closed to new replies.