Re: Header Errors When Trying to Send PM
@djpaul Could you describe a little more what makes it happen?
In the case above, I’m calling messages_new_message() on an admin page when it loads based upon the variables that are being passed into that page. I don’t actually call messages_new_message() until the page is about half loaded. Is messages_new_message() returning some data before the header() call? What’s the solution to get around this?