• Resolved f2cmb

    (@f2cmb)


    This error broke wp-admin/plugins.php and wp-admin :

    PHP Fatal error: Uncaught Error: [] operator not supported on main plugin file, line 155.

    I manage to resolve it by adding this workaround :

                        $notices = get_option('bxcft_notices');
                        if ( empty( $notices ) ) {
                            return false;
                        }
Viewing 1 replies (of 1 total)
  • Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi,
    Thank you for reporting.

    It seems you had xprofile disabled as that is the only time it manifests. Will update in next release.

    Regards
    Brajesh

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Fatal error on update BuddyPress 5.x / WP 5.3.x’ is closed to new replies.