In the middle of setting up my tracking, im running into a problem i cant seem to fix. ive taken my outbound code for my landing page and created a redirect.php file. in my call to action link on my lander, i put "redirect.php. now i keep getting a white page that says this :
"Warning: Header may not contain more than a single header, new line detected in /home2/b****/public_html/prosper202/tracking202/redirect/pci.php on line 56"
Any idea as to why im getting this message ?
Is your Prosper 202 setup at the webroot of your domain? It tends to get a bit confused if it's in a subdirectory of your website.
Usually this error would imply there's another error happening - is there anything above that line , either visible or in the source of the page?
Just turn off warnings in PHP ( submit a ticket to your host ).
That should solve it.