Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

php://input nor $HTTP_RAW_POST_DATA work on home.pl host


Go to End


2982 Views

Avatar
gshegosh

Community Member, 6 Posts

6 September 2009 at 9:20am

Edited: 06/09/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