status_header(500) problem with IE6
-
I noticed that if i try to post an incomplete (eg. with missing e-mail) comment using IE6, i get a “HTTP 500” error page. With other browsers (IE7, Firefox, Opera), instead, i get the “correct” error page (eg. the readable one saying that the email is invalid).
Anyone noticed this?
As a workaround, i’ve modified the wp_die function on functions.php, replacing the line:
status_header(500);
with:
status_header(200);
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘status_header(500) problem with IE6’ is closed to new replies.