PHP Warning Errors: modules already loaded

Hello,

I got some errors appearing in my mailboxes on the Virtual Servers I’m running:

PHP Warning: Module ‘mcrypt’ already loaded in Unknown on line 0
PHP Warning: Module ‘ionCube Loader’ already loaded in Unknown on line 0
[Sun Apr 17 06:39:02 2016] [warn-ioncube] The ionCube PHP Loader is disabled because
of startup problems. (pid 8122)
PHP Warning: Module ‘ionCube Loader’ already loaded in Unknown on line 0
[Sun Apr 17 06:39:02 2016] [warn-ioncube] The ionCube PHP Loader is disabled because
of startup problems. (pid 8122)

I totally don’t kow how to get this working the right way… I tried searching the forum and also tried Google to find if I could find more, but nothing that could help me out…

Recently I installed ionCube loader by follwoing this site:

https://www.howtoforge.com/tutorial/how-to-install-ioncube-loader/

I did this, because when I was adding cronjobs I got the message that ioCube wasn’t installed for my PHP version…

Please help me out, as my cronjobs have stopped working also in the meantime…

I didn’t change anythingwith the module ‘mcrypt’ by the way…

Thanks,

Marco

Howdy,

It sounds like the ionCube module is being loaded twice.

You may want to review your various php.ini files, and ensure that it’s not trying to load it more than one time.

-Eric

Hello,

Thanks for answering… Where can I find the various php files to check? Can you please tell me?

Thanks,

Marco

Hello Eric,

Can you help me out? I definitely need some help finding the different spots for the php.ini files and after that remove the duplicate ioncube loader lines…

Thanks,

Marco