• Resolved damirk1

    (@damirk1)


    I updated the plugin from 2.1.5 to 2.2.3 and the website was suddenly unavailable, the error was:
    Fatal error: Can’t use function return value in write context in /home/pgdmbmesto/public_html/wp-content/plugins/bbpress-login-register-links-on-forum-topic-pages/bbpress-login-register-links-on-forum-page.php on line 30

    So I restored the file bbpress-login-register-links-on-forum-page.php from backup and the website is accessible again.
    The plugin states that I must update to version 2.2.3 but I will not ??

    • This topic was modified 7 years, 1 month ago by damirk1.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Fatal error: Can’t use function return value in write context in /var/www/vhosts/innerpeace.de/httpdocs/wp-content/plugins/bbpress-login-register-links-on-forum-topic-pages/bbpress-login-register-links-on-forum-page.php on line 30

    The same problem, it took a long time to find out which plugin coses this as they update automatically

    Plugin Author Tomas

    (@zhuyi)

    Hi @damirk1 and @jaroslawistok,

    Thanks for the notification. Sorry for this, it is caused by old php version, I am redevelop it and will released a new version soon, in the current time, please replace the line 30 from
    if (!(empty(trim($tomas_bbpress_custom_links_login))))
    to
    $tomas_trim_bbpress_custom_links_login = trim($tomas_bbpress_custom_links_login);
    if (!(empty($tomas_trim_bbpress_custom_links_login)))

    Or just wait me a few hours to build a old php version site to check and test are there other similar problems in old php version and release a new version. ??

    Thanks, have a blessings day with your family ??

    Best Regards,
    Tomas

    Thread Starter damirk1

    (@damirk1)

    No rush, take your time.
    Version 2.1.5 works just fine for me ??

    Plugin Author Tomas

    (@zhuyi)

    Hi @damirk1 and @jaroslawistok,

    I have fixed this problem and I have released the new version 2.2.5 to fix this, would you please upgrade to do a check? ??

    Thanks, have a blessings day with your family ??

    Best Regards,
    Tomas

    Thread Starter damirk1

    (@damirk1)

    I updated the plugin from 2.1.5 to 2.2.5 and everything is working now ??

    Thank you for this great plugin !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error bbpress-login-register-links-on-forum-page.php on line 30’ is closed to new replies.