For those who have tried everything (as I did), the following fixed it. Not sure where I found it, but thanks to whomever it came from.
In the wp-config.php file, add:
define(‘DISABLE_CACHE’, true);
set_magic_quotes_runtime(‘0’);
ini_set(“magic_quotes_gpc”,”0″);
I’m running on linux w/ apache.