I am getting these errors repeatedly. how to resolve this? Cron <root@server1> [ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && /usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime) Code: PHP Warning: Module 'memcache' already loaded in Unknown on line 0 PHP Warning: Module 'memcached' already loaded in Unknown on line 0 PHP Warning: Module 'apc' already loaded in Unknown on line 0
Resolved. I commented out the php5 php.ini in php FPM the entries for above lines, which I inserted manually the error is gone. The extensions still work.