Uncaught Error: [] operator not supported for strings
-
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:14On 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.
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.