Forums
(@jobarker)
17 years, 1 month ago
I had the same problem and ended up adding to lines to my wp-config.php file:
ini_set(‘magic_quotes_gpc’,0); ini_set(‘magic_quotes_runtime’,0);
Hope this helps!