Help!
when I try to log (as admin and others users) the page that I'm redirected is white and I can't acess the dashboard.
I searched many times and any solutions work for me; in
wp-config, functions and pluggable doesn't have a line blank in the first or in the end.
I found that error is in the theme, because when I change it doesn't have trouble, but I don't know how to fix it. Oh, and I uninstalled all plugins.
Error Message: (was in localhost, because on server don't show the error's messages): Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\xxxx\
wp-includes\functions.php:2839) in C:\xampp\htdocs\xxx\
wp-includes\pluggable.php on line 876
In the line 876 has this:
header("Location: $location", true, $status);
and, show this message too: Notice: Undefined index: HTTP_X_REQUESTED_WITH in C:\xampp\htdocs\xxx\
wp-content\themes\ClassiPress\includes\theme-security.php on line 55
How can I fix this?