latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Daniel Vida

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Unable to verify $_POST vars – What to check?

By:  Daniel Vida in: Community Forum

voices: 1
replies: 0

3 years, 9 months ago  Daniel Vida

Viewing topic 1 (of 1 total)

Topics I've Started

Viewing topic 1 (of 1 total)
Topic Count Last Reply
Unable to verify $_POST vars – What to check?

By:  Daniel Vida in: Community Forum

voices: 1
replies: 0

3 years, 9 months ago  Daniel Vida

Viewing topic 1 (of 1 total)

My Latest Replies (From Various Topics)

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Wednesday Apr 10th, 2013 at 9:56 pm #47143
Daniel Vida
Username: micepace

This sounds to me like a PHP problem. What you are attempting to do is, when the page is opened, send a header telling the browser ‘This is the wrong document, you need to go *here*

The problem is, by the time you call the function, another part of the same page has already said ‘Ok, you have the right page, this is what format it’s in’... Headers enable a server to tell the browser things like: ‘404: I haven’t got that url’, or ‘500: There was a problem, but it was with the page, not the way you tried to access it’ without having to put that into the content of the document. Once the headers have been sent the browser treats everything else as part of the web page.

Basically, you either need to have that method run earlier, or use another method to direct that is part of the page content (like a javascript to redirect the browser)

Viewing 1 replies (of 1 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.