• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Task Scheduled and i am getting error Module 'mcrypt' already loaded

yossefelbaz

New Pleskian
Hi.

I have setup a task to run daily by specific hour.
The task is to run PHP file on the server.

I am getting error message:
PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0 Could not open input file: var/www/vhosts/mydomain/modules/followup/cron.php

What can be the cause and how can i check it?
 
That error suggests that multiple PHP config files have been setup to load the mcrypt extension. Check it.
 
I read it already in other places, but i really didn't understand how and where to check it, can someone give me a clue?
Also, is this error means that the execution didn't run or it did run but with this error?
 
There are two php.ini - global and php.ini for vhost. Read Plesk documentation about it.
Also it is just warning (PHP Warning) but not error.
 
I found 3 php.ini files:
/var/www/vhosts/ip-xxx/etc/php.ini
/etc/php.ini
/var/www/vhosts/xxx.com/etc/php.ini

And i deleted all of them and i restarted the server.
I got the same exact warnings as before.

Is there more files to look into in order to solve this issue?
 
Hi fellas,
i have the same issue,
i open my php.ini and i dont find any reference to mcrypt
could you help us to identify this issue?

thanks!
 
Back
Top