Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End php form issue Reply To: php form issue

#176705
Harris Christiansen
Participant

You said her hosting company just did a big server update, I would agree with un-traq-ed and say its possible they updated their php version and now its requiring the fully qualified Location header.

Also make sure you are not outputting any text to the page before setting the Location header. It might help to turn on error reporting and see if something comes up.

error_reporting(E_ERROR | E_WARNING | E_PARSE);
ini_set('display_errors','On');