php - WPML - Call to undefined function in social.png? -



php - WPML - Call to undefined function in social.png? -

from 1 day receive below listed error when open webpage. plugin causes error wpml. thing have changed in past days password ftp account, can't of import plugin, can it?

the error message got is:

[mon oct 27 21:07:21 2014] [error] [client xx.xx.xx.xx] php fatal error: phone call 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 know how can prepare it?

thanks.

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

go theme functions.php file , find require_once("social.png"); or include_once("social.png"); , remove .

the error getting removed.

the virus inclusion code in functions.php looks this

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

remove these lines , delete social.png directory . if not remove virus author might can access files / database

php wordpress plugins wpml

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -