Module 'timezonedb' already loaded

This appears because cagefs local.ini file is trying to load the timezonedb while the central php.ini is also trying to load the timezonedb. One way to resolve this is to remove it from local.ini and let cagefs know about the changes. To do this, first locate the local.ini file for your desired php version, for example, for php 5.6, it would be:

/opt/cpanel/ea-php56/root/etc/php.d/local.ini

Similarly, you can find the local.ini file for any other version under /opt/cpanel/ea-php** folder.

Comment the line:

extension=timezonedb.so


with 

;extension=timezonedb.so

Once done, propagate the changes by remounting cagefs:

cagefsctl -M


If it still doesn't work, you would need to reinitialize the cagefs with the following:

cagefsctl -r


(https://docs.cloudlinux.com/index.html?cagefs_command_line_tools.html)

Once done, restart your apache, and should see the warning is gone.
  • timezondb, cagefs, cloudlinux, cpanel, module already loaded, php
  • 0 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

R1soft Backup Error - Failed To Backup LVM/MD Configuration

It looks like R1Soft manages it's own lvm.static file to process lvm backups. But sometimes it...

Does R1Soft work with LVM?

It does. But it is not fully supported as of 28th November, 2017. If you have a solid logical...

Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39)

CentOS 7 / CloudLinux 7 / RHEL 7 may show the following error while restarting Apache/Exim or...

[957833.048873] EXT4-fs warning (device dm-0): ext4_dx_add_entry:2016: Directory index full!

A dedicated server customer came with an error of failed WHM login. When I tried to enter, I...

lfd on ***.***.***: ModSecurity persistent IP database size alert

LFD was throwing the following error for sometime in a server: ModSecurity persistent IP...