Getting “Cannot modify header information – headers already sent” error, but only on backend
There’s only 2 general places the problem could be: One is the theme and two is the plugins. The actual problem is that there’s a deprecated function that’s being called. The header already sent message is just WordPress’s way of telling you the backend broke before it could build the frontend. I suggest you: disable … Read more