smartmc Posted January 28, 2018 Posted January 28, 2018 For a while now, I have been getting this error[28-Jan-2018 00:19:44 UTC] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0I don't have access to the php.ini for my account, so I'd be great if you could disable that. I don't know if changing the setting applies to all users, but if so, I'll just suppress the warnings.Thanks in advance
Luigi123 Posted January 28, 2018 Posted January 28, 2018 I'll escalate to Krydos and see if this can be disable. Escalating.
smartmc Posted February 8, 2018 Author Posted February 8, 2018 Which version of php are you using?Sorry for late reply, I believe I am running PHP 7.2 (ea-php72)
smartmc Posted February 24, 2018 Author Posted February 24, 2018 Is the warning gone now?No, it's still there. I've tried a couple of things like using ini_set('always_populate_raw_post_data', '-1'); but to no avail. Edit:Determined that the ini_set failed, probably because of server restrictions
Krydos Posted February 24, 2018 Posted February 24, 2018 Can you check your php version, because it's definitely disabled in php 7.2?
smartmc Posted February 26, 2018 Author Posted February 26, 2018 Can you check your php version, because it's definitely disabled in php 7.2?unless I'm very wrong, that's php 7.2, isn't it?
Krydos Posted February 26, 2018 Posted February 26, 2018 Your picture doesn't work. You can create a file with .php extension with these contents <?php phpinfo(); and when you visit that page it will say which version of php you're using at the top. Example: https://krydos.heliohost.org/72/phpinfo.php
Recommended Posts