Pluggable.php Header Errors
-
Hi there!
I’m getting an error in pluggable.php on line 1178 when submitting a contact form. (The built in Feedback / Contact Form through WordPress Admin Panel)
header("Location: $location", true, $status);
I commented out the above line like so
//header("Location: $location", true, $status);
I now no longer get an error, but I don’t get redirected.
I’m assuming it’s cause of the commented out section, but was wondering if anyone had any insight on how I could fix it, or what the solution is.Thanks in advanced
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Pluggable.php Header Errors’ is closed to new replies.