• Hello !

    I’ve that error, it’s seems after updating PHP 5.5 to 7.1 :

    PHP Fatal error: Uncaught Error: [] operator not supported for strings in .../ultimate-member/core/um-actions-members.php:14

    On my members directory, search fields or profiles don’t appear anymore.

    If I change : $search_filters = '';
    To : $search_filters = array();

    it’s works again.

    Thanks for futur patching.

    • This topic was modified 9 years, 2 months ago by anthony-d.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uncaught Error: [] operator not supported for strings’ is closed to new replies.