• Resolved jack772015

    (@jack772015)


    Hi,

    In the error log on PHP 5.6 I’m receiving this error:

    [29-Mar-2015 20:04:43 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 0

    Can anyone assist?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would suspect one of your plugins. If you’re not sure what plugin could be responsible, do a text search of your files for $HTTP_RAW_POST_DATA.

    Then if there is an update for that plugin to solve the problem, install that.

    Otherwise you’ll need to contact your web host for the instructions on how to update the php.ini file for your account.

    Thread Starter jack772015

    (@jack772015)

    Hi Matt,

    Thanks. I’ve brought it down to being Tweetily plug-in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: PHP Deprecated: HTTP RAW POST DATA’ is closed to new replies.