• Resolved Kniebremser

    (@kniebremser)


    Hello!
    When I want to activate the plugin I get the following error message:

    The plugin can not be activated because it generates a fatal error.

    Parse error: syntax error, unexpected T_FUNCTION in …/wp-content/plugins/wp-login-box/plugin.php on line 210

    Can you help me?

    Greetings from cologne

    http://wordpress.org/extend/plugins/wp-login-box/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Even if i’m not the Plugin author, i did some research to your issue.

    The only thing i found out that this could be an PHP Version issue.
    which PHP Version do you use? Maybe update it to the latest version.

    Greetz from Karlsruhe, Lars

    Plugin Author Ziv

    (@ziv)

    What that line does is allow you to use the plugin as a widget. To do that, that line of code uses something called an anonymous function. These anonymous functions were introduced to php after version 5.3.

    The next plugin update will stop using the anonymous function.

    @xiot Thanks for helping.

    Thread Starter Kniebremser

    (@kniebremser)

    Hello!
    Thanks for the quick reply. My web host has PHP 5.2.17.
    Since I had a long search for the source of error.
    Greetings

    Thread Starter Kniebremser

    (@kniebremser)

    Hello!
    It now works great. I updated to 5.3 when web hosts.
    Thank you for the quick help

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin not activated’ is closed to new replies.