Error loading mailparse to server, but my system does not use mailparse

Asked

Viewed 51 times

0

I made a small registration system using PHP and Mysql, it worked right on the local server but at the time of going up to the server happens the following:

There’s a file called view.php at the root, this file is deleted from nothing and when I try to access I get an error 500 (Strangely, not a 404, since it was deleted), an error_log is also generated in another folder (core/login/security.php).

[09-Dec-2014 19:02:39 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
[09-Dec-2014 19:02:48 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
[09-Dec-2014 19:02:53 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0
[09-Dec-2014 19:03:43 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0

The strange thing is that my system has nothing to do with mailparse (according to the definition of PHP.net) Does anyone have any idea what might be causing the problem?

  • High chances that your server has been hacked and infected with something that makes use of mailparse to send data to the attacker.

  • If the server is your comment (in php.ini) or uninstall this extension, if it is a hosting contact with them.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.