After installing ispconfig 3, when I open phpmyadmin (version installed from ubuntu apt-get), I get error saying mcrypt is not loaded. Then I created manually mcrypt.ini under php modules folder to load this module. It works now as phpinfo is now showing mcrypt is loaded. But when I check ISPC-cron-log, I see a lot of error on mcrypt: Any remedy?
Remove the config that you created manually for mcrypt, then uninstall the php5-mcrypt module with apt (use the --purge switch) and reinstall it again.