Skip to content

Instantly share code, notes, and snippets.

@lucasprogamer
Created June 25, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasprogamer/199d96faf21b0f21afce92447640aeac to your computer and use it in GitHub Desktop.
Save lucasprogamer/199d96faf21b0f21afce92447640aeac to your computer and use it in GitHub Desktop.
malformed header from script. Bad header=<br />: index.php

this error happens because exists tags from olds version of PHP

check if exists in php.ini and remove or comment allow_call_time_pass_reference

check if exist any tag unable in php 7.1 like

;asp_tags = Off ;register_globals = Off ;register_long_arrays = Off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment