• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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