PDA

View Full Version : error message


tcjay
12-27-01, 05:59 PM
What would cause a malformed formed headerr error message. It pops up during the installation process?

malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: /www/n/needlept/htdocs/kisgb/index.php

TIA

Tom

wwuud
1-2-02, 01:08 AM
Double-check that your FTP client uses ASCII transfers for php files.... There could be extra line-feed/carriage-return characters getting into your script if they are sent with binary transfers.

If that doesn't do it, cut & paste here the code with "header (" and any code that sets variables for the header....