Fatal error: Cannot redeclare db_status_report()

The above error message is caused by using 2 seperate database drivers in your settings.php file.

To fix this, make sure you use a single database driver so stick to mysql or mysqli and don't mix the two together.