[Resolved] Deprecated PHP Error Message

Home Forums Support [Resolved] Deprecated PHP Error Message

Home Forums Support Deprecated PHP Error Message

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #322829
    James

    I am getting:

    [18-May-2017 12:23:36 America/Detroit] 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

    Please advise as to remedy

    #322861
    Thomas

    I believe ’tis a hosting issue as it references “php.ini” which is server side hosting (or if it could be maybe your local server if you do that sort of thing)…so I think you’re using an older version of php on your hosting server.

    Here yah go, read this: PHP 5.6: “Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version.”

    #323419
    James

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.