mega888GET /whatever-4/

[User Warning] Couldn't set response type to 404 because of output on line 1 of /home/therefineryau/public_html/vendor/autoload.php

GET /whatever-4/

Line 270 in /home/therefineryau/public_html/framework/control/HTTPResponse.php

Source

261 					header("$header: $value", true, $this->statusCode);
262 				}
263 			} else {
264 				// It's critical that these status codes are sent; we need to report a failure if not.
265 				if($this->statusCode >= 300) {
266 					user_error(
267 						"Couldn't set response type to $this->statusCode because " .
268 						"of output on line $line of $file",
269 						E_USER_WARNING
270 					);
271 				}
272 			}
273 
274 			// Only show error pages or generic "friendly" errors if the status code signifies
275 			// an error, and the response doesn't have any body yet that might contain
276 			// a more specific error description.

Trace

Page not found | The Refinery