Run the following commands:
cd /www/docs/mydomain.com/
grep -R “extension_loaded(”gd”)” * | awk -F”:” ‘{print $1}’ | sort | uniq
Wait at least 30 seconds. It’s searching all the files in this directory. Each of the files returned will contain the string ‘extension_loaded(”gd”)’, which must be replaced [...]

