Notice: Constant WP_MEMORY_LIMIT already defined in /home/site/public_html/wp-config.php on line 90
this sounds like you have two occurances of WP_MEMORY_LIMIT in your wp-config.php and though it is just a notice, you should remove one.
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/site/public_html/wp-includes/functions.php on line 3495
This is saying the theme you are using or a plugin is using a deprecated function
1) what theme are you using and what version is it?
2) are ALL plugins disabled?
3) what is the version number of WP you are using?