Philip Bräunlich

Results 4 comments of Philip Bräunlich

Hi. I get the same error after upgrading from 2.4.0 to 2.6. But I'm using php 5.4.42. I get the error with both 2.6.1 stable and 2.6.5 dev. `always_populate_raw_post_data` is...

@teppokoivula `phpinfo()` literally says "Off" when I do: `echo ini_get('always_populate_raw_post_data')` I get a `0`

@teppokoivula I installed 2.6.1 and for some reason the `Automatically populating $HTTP_RAW_POST_DATA is deprecated` is gone. Even adding `ini_set('always_populate_raw_post_data', '-1');` to the index.php has no effect. But…I get a different...

I found a solution: ``` let currentDayModel = new Date(Date.UTC(currentYear, dayMonth - 1, day)); ```