I recently setup phpMyadmin and it has an error at the bottom of the screen: How do I fix this? Thanks for any help.
You need to enable mcrypt in php. In linux, you will need to install and recompile php with mcrypt enabled. In windows you should be able to download the mcrypt library, and then uncomment mcrypt in your php.ini file.