SOLVED: WP_List_Table error on wpengine

I’m also affected by this issue and I host with SpinupWP not WPEngine.

I’ve got around the issue by putting the below in a MU Plugin. It would be great if Bricks could fix this issue soon?

if (is_admin() && !class_exists('WP_List_Table')) {
    require_once ABSPATH.'wp-admin/includes/class-wp-list-table.php';
}

Hi guys,

We’ve fixed this issue in Bricks 1.9.8 beta, now available as a manual download in your account (see changelog).

Please let us know if you are still experiencing issues.

As with any beta release, please do not use it on a production or live website. It is only meant for testing in a local or staging environment.

1 Like