Without debugging and additional investigation it's hard to say what the exact reason is. But the mistake is definitely somewhere on your side.
Such error often happens when you have, for example, some output displayed BEFORE the relocation header is sent via the posting process. PHP generates the error, but you don't see it, because all errors are turned off in php.ini. That's why you see the blank screen, actually there is some kind of PHP break. |