Unable to switch off Automatically populating $HTTP_RAW_POST_DATA
-
Hi,
Php5.6 error log records the following error everytime home page is opened:
“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′”
Have tried the following:
.user.ini
———
error_reporting = E_ALL & ~E_DEPRECATED
always_populate_raw_post_data’ to ‘-1’load.php
——–
Line 269
if ( WP_DEBUG ) {
error_reporting( E_ALL & ~E_DEPRECATED );Line 281
} else {
error_reporting( E_ALL & ~E_DEPRECATED );wp-load.php
———–
Line 24
error_reporting( E_ALL & ~E_DEPRECATED );Any help would be appreciated
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unable to switch off Automatically populating $HTTP_RAW_POST_DATA’ is closed to new replies.