
How to Fix PHP Warning: Module already loaded in Unknown on line 0 on Ubuntu
I received email from cronjob saying that there was PHP module already loaded: PHP Warning: Module ‘mysql’ already loaded in Unknown on line 0 This warning happens when there is PHP extension loaded more than once. To fix this problem, check /etc/php5/apache2/php.ini file and the corresponding module configuration file in /etc/php5/conf.d/. For mysql module, I…