SOLVED Update from Easyapache 3 to 4 - Problem geoip

mickael

Well-Known Member
Aug 3, 2014
57
9
58
cPanel Access Level
Root Administrator
Hello

A few hours ago I upgraded Easyapache 3 to Easypache 4 and now I have a geoip error in all my cpanel accounts:

[22-Nov-2017 02:36:25 Europe / Paris] PHP Warning: 'geoip' module already loaded in Unknown on line 0
How to solve this problem ?

(CENTOS 6.5 Standard [srv1] v68.0.16 Load Averages: 0.32 0.59 0.59)
geoip is installed with php pecl / php.ini.

Salutations
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

To update, it looks like this was addressed in a support ticket by removing the "extension="geoip.so" entry from /opt/cpanel/ea-php56/root/etc/php.ini and then adding a separate ini file for geoip with the "extension="geoip.so" line in the /opt/cpanel/ea-php56/root/etc/php.d/geoip.ini file.

Thank you.