Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author GraemeScott

    (@graemescott)

    Hi SmallScale,

    Thank you for bringing this to my attention. I was unable to reproduce the error you were referring to but I think I have figured out what the problem is. Seeing as the error stated that my plugin was trying to redeclare an existing function, I assume you have a theme or plugin installed on your site that contains a function with the name ‘update_online_users_status’. I have now prefixed all of the functions in my plugin with ‘f4bbp’ (short for Friends For bbPress) to avoid this happening in the future. Please download the newest update of this plugin (1.2) and let me know if this resolves your isssue.

    Thanks,
    Graeme

    Thread Starter SmallScale

    (@smallscale)

    Hello.
    Sorry for the bad English.
    Fatal error does not exist. There are button on profile, but she do not work. After the agreement on friendship, page is updated, but friends list is empty ??

    Plugin Author GraemeScott

    (@graemescott)

    Hi SmallScale,

    I seem to be having the same problem. I think something with the newest version of WordPress (4.3) is not playing nice with my plugin so I will let you know when I have resolved the issue. Sorry about that! Thank you very much for pointing out this error and I will get things fixed as soon as possible.

    Thanks again,
    Graeme

    Plugin Author GraemeScott

    (@graemescott)

    Hi SmallScale,

    I figured out the problem. I had used the add_user_meta() function in several places in the plugin to store information on who each members friend’s were and for some reason in WordPress 4.3, meta_keys no longer need to be unique. I ended up having 3 meta keys all named ‘friends-list’ but only one was actually being populated and the rest were empty. Thank you for being patient. Please download the newest update of this plugin (1.3) and let me know if this resolves your issue.

    Thanks,
    Graeme

    Thread Starter SmallScale

    (@smallscale)

    Thank you very much!
    WP 4.3 + Friends For bbPress 1.3 – all work fine! ??
    Thank you for the quick help ??

    Thread Starter SmallScale

    (@smallscale)

    ??

    Plugin Author GraemeScott

    (@graemescott)

    Hi SmallScale,

    Glad I could help. Thank you for bringing these issues to my attention.

    Enjoy the plugin,
    Graeme

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error :(’ is closed to new replies.