4571 Posts in 1382 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1400 Views |
-
php://input nor $HTTP_RAW_POST_DATA work on home.pl host

6 September 2009 at 9:20am Last edited: 6 September 2009 9:21am
Hi fellow experts
Has anyone here got SilverStripe working at "the biggest hosting provider in Poland", home.pl? They seem to be using an obscure server called IdeaWebServer where code
file_get_contents('php://input')
hangs indefinitely. I've successfully replaced it with
$HTTP_RAW_POST_DATA
but after a while it stopped working ($HTTP_RAW_POST_DATA is not set anymore!)
Is there any alternative? Why does SilverStripe need to access raw POST data?
It'd be difficult to change the host since my customer has already many e-mail accounts configured
And I'm still waiting if THEY can help me at home.pl. Their consultants don't know a thing about their own servers :-F
| 1400 Views | ||
|
Page:
1
|
Go to Top |

