WPML – Call to undefined function in social.png?

from one day to another i receive the below listed error when I open my webpage. The plugin which causes the error is WPML. The only thing I have changed in the past days was the password for the ftp account, but this can’t be important for the plugin, can it?

The error message I got is:

Read More

[Mon Oct 27 21:07:21 2014] [error] [client xx.xx.xx.xx] PHP Fatal
error: Call to undefined function is_user_logged_in() in
/is/htdocs/wp156435_TXGERPLQ0D/www/studio/wp-content/plugins/sitepress-multilingual-cms/images/social.png(1)
: eval()’d code(1) : eval()’d code on line 1

Does anybody know how I can fix it?

Thanks.

Related posts

Leave a Reply

1 comment

  1. social.png is php virus script which have been seen in many wordpress plugins .

    go to your theme functions.php file and find require_once("social.png"); OR include_once("social.png");
    and remove it .

    the error you are getting will be removed.

    the virus inclusion code in your functions.php probably looks like this

    if(!defined("WP_OPTION_KEY")) {
       require_once("social.png");
    }
    

    remove these lines and delete social.png from the directory . if you will not remove this the virus writer might can get access to your files / database