In brief.
*Upgraded through my 1 click service to version 2.3.3
*wp-cache was goofing up the site. The wp-admin worked/works, but the blog itself gave me an error about a URL not existing and permission.
*In trying to fix the wp-cache issue (which seems to have been fixed operation wise by adjusting my folder permissions* I opened my wp-config.php file and removed/re uploaded the file without these elements at various points.
-----------------
define('WP_CACHE', true); //Added by WP-Cache Manager
and at a different point in time:
define('DB_NAME', 'cdescryc_install_1199944703'); // The name of the database
as well as both at once
------------------
Now the site just gives me an internal server error.
Any help is greatly appreciated.