• Hello! I’ve used WP Google Fonts many times in the past and am really happy with this plugin, however, with the latest site I’m working on I am getting this error message:

    Strict Standards: Redefining already defined constructor for class googlefonts in /webspace/12/78156/ushmidosaja.com/wp-content/plugins/wp-google-fonts/google-fonts.php on line 140″

    HELP! Why is this happening? What can I do to fix it?

    Thank you in advance.
    Cheers,
    Ana

    http://wordpress.org/plugins/wp-google-fonts/

Viewing 1 replies (of 1 total)
  • I just ran across this problem myself. Edit google-fonts.php, find

    //Class Functions
    /**
    * PHP 4 Compatible Constructor
    */

    and disable the next line with 2 // like this:

    // function googlefonts(){$this->__construct();}

Viewing 1 replies (of 1 total)
  • The topic ‘Error message on WP Google Fonts plugin activation with WP version 3.7.1’ is closed to new replies.