Thank you very much.
Your short and sweet answer lead me to this:
I removed WP-Cache and now WordPress does not work
This occurs because WordPress still tries to run advanced-cache.php. Remove or comment out the following line to you wp-config.php file:
define(‘WP_CACHE’, true)
Did that simple comment out on and things seem to be working great now.
Thank you again.