..dela med sig… eller snåla?
RSS icon Home icon
  • Call to undefined function plugins_url() in

    Posted on februari 19th, 2009 Mattias Åhman No comments

    Lägger till info om mitt förra fel ifall några andra råkar ut för samma sak.

    google-analyticor

    I found errors within this code after update to 2.40
    Fatal error: Call to undefined function plugins_url() in …. on line 466.

    I cannot fint the function declared inside your code only the call to the non existing function.

    Something missing? Or is this a WP function?

    Im running 2.5.1 WP

    Thanx.

    The issue must have been old WP version, upgraded to 2.7.1 today and then i works just fine.

    A quickfix if you want to run GA anyway is to comment out the line where the error is called, in my case line 466 where the plugins_url() functions is called.

    The real solution is to upgrade your WP version.

    Leave a reply