fatal error on UserTags.php
-
Hello!
I have a fatal error in UserTags.php. Here is it:Fatal error: Uncaught Error: [] operator not supported for strings in ***/wp-content/plugins/user-tags/UserTags.php:407
Stack trace: #0 ***/wp-includes/class-wp-hook.php(286): UserTags->user_profile(Object(WP_User))
#1 ***/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#2 ***/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 ***/wp-admin/user-edit.php(667): do_action(‘edit_user_profi…’, Object(WP_User))
#4 {main} thrown in ***/wp-content/plugins/user-tags/UserTags.php on line 407after changinf in line 403
from $user_tags = ”,
to $user_tags = array();all worked fine.
Can you please test yourself and update the plugin?
Thanks a lot!The page I need help with: [log in to see the link]
- The topic ‘fatal error on UserTags.php’ is closed to new replies.