The Error:
"Warning: Header may not contain more than a single
header, new line detected"
This error appeared while installing, configuring and
indexing... Multiple times on a single page in some
instances.
My (improper) Workaround:
I erased all entries inside the entire script
containing "\r\n". To do this easily, I used
Dreamweaver to Find/Replace automatically.
I'm not a PHP programmer, so I won't tell you this
doesn't have any ill side effects. It appears to be
working for me however.
Being a mediocre PERL programmer, I can tell you "\n"
is probably the "new line"; however, I'm unfamiliar
with "\r". I removed both, but it may be possible to
just remove "\n" instead of both "\r\n". I'm unaware of
what negative impact removing "\r" may cause.
Logged In: YES
user_id=1706450
Originator: NO
I also have experienced this warning message. Have you had any adverse affects using your workaround since first applied? I ignored it and went on to apparently create the db tables. An attempt to index failed however. I have used phpadmin successfully so felt confident enough to have a go at this but my experience at this level is minimal!