Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ziv

    (@ziv)

    What is the version of php in your server? I think this is what causes the problem.

    Thread Starter matiaslaporte

    (@matiaslaporte)

    My php version is 5.2.17.

    I removed the function that was on those lines, and I could use the plugin, but I don’t know what it does :P.

    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. You have 5.2 so your php doesn’t include anonymous functions.

    The next plugin update will drop that anonymous function, it should be out soon.

    Thread Starter matiaslaporte

    (@matiaslaporte)

    Great, thank you very much for the explanation and your support.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error in update’ is closed to new replies.