• Resolved Laura Ionescu

    (@laurawpheroes)


    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 407

    after 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]

Viewing 1 replies (of 1 total)
  • Plugin Author Umesh Kumar

    (@umeshsingla)

    Hey @laurawpheroes,

    I wasn’t able to work on it earlier. Apologies for taking so long to respond to you. Since the issue is fixed I thought I’ll just drop you an update.

    Thanks, Umesh

Viewing 1 replies (of 1 total)
  • The topic ‘fatal error on UserTags.php’ is closed to new replies.