Warrior Forum - The #1 Digital Marketing Forum & Marketplace

Warrior Forum - The #1 Digital Marketing Forum & Marketplace (https://www.warriorforum.com/)
-   Programming (https://www.warriorforum.com/programming/)
-   -   Redirect script don't work after switching hosting in prosper202 (https://www.warriorforum.com/programming/800331-redirect-script-dont-work-after-switching-hosting-prosper202.html)

wilsonljx 12th June 2013 12:06 PM

Redirect script don't work after switching hosting in prosper202
 
I have checked with the versions for the sql and php and both hosting are working fine. I am just not sure why is the script not working. Below is the code thatI generated from p202.

<?php



if (isset($_COOKIE['tracking202outbound'])) {
$tracking202outbound = $_COOKIE['tracking202outbound'];
} else {
$tracking202outbound = 'http://prosper.seedingprofits.com/tracking202/redirect/lp.php?lpip=5425&pci='.$_COOKIE['tracking202pci'];
}

header('location: '.$tracking202outbound);

?>

David V 12th June 2013 07:38 PM

Re: Redirect script don't work after switching hosting in prosper202
 
It's hard to say without digging, but something in your new host is not the same. The versions may be the same, but the settings are not.

A common thread for people having problems with the host have been:

"you need MySQL built with '--with-partition' to have it working"
and
"The MySQL server is running with the --skip-partition option so it cannot execute"

You might want to look into that.


All times are GMT -6. The time now is 06:44 AM.