- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Silent Post Empty
I've starting having an issue which I can not seem to fix. It is in regards to the Silent Post setup which cancels memberships if their credit card is declined (and other things). The script was working just find until we switched servers. We upgraded out server to handle additional usage. Our domain stayed the same, transferred the SSL correctly, but the emails I get from the silent posts (and logs) are all blank.
I'm not sure this happened because of the server change, as it was 3 weeks ago and we are just now noticing the problem. The URL is correct in the account settings. I'm lost for words!
I tried creating a separate page that posted data to the URL as a test, but its blank too! The silent post script has never been changed in years and its all of a sudden not working.
Can anyone help point me in the right direction?
โ11-07-2013 06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have not. I will add that to my email and see what I get. Thanks for the tip. I will get back here asap.
โ12-03-2013 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did a search on the board and find a few other
โ12-03-2013 07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have looked at the links and nothing works. I also tried to email myself the headers using
$_SERVER['HTTP_X_REQUESTED_WITH']
with no luck either. The file is getting called as I'm getting a blank email. I also just manually posted data to it without any issues. I'm so confused!
Any other suggestions I can try? THis has been going on well over a month. its getting very fustrating monitoring 600 subscriptions. Thank you for any further help.
Here is the code im testing with...
// go through all the POST variables and put them in order
foreach ($_REQUEST as $var => $value) {
$data .= "$var = $value\n";
} // END foreach ($_POST as $var => $value) {
mail ('PERSONAL EMAIL HERE','SILENT DATA', $data . $_SERVER['HTTP_X_REQUESTED_WITH']);
โ12-04-2013 12:35 AM - edited โ12-04-2013 12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Like the last link from my previous post, it some settings on the new server that causing the issue.
โ12-04-2013 04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had no active .htaccess files. I created a basic one and I will see what happens.
โ12-04-2013 07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would said compare settings on the old server to the new server and see what is different.
โ12-04-2013 09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I no longer have access to the old server.
Any suggestions to debug further?
โ12-04-2013 10:57 AM


- ยซ Previous
-
- 1
- 2
- Next ยป