Page 1 of 1

HELP!Trade Expert Error Log

Posted: Mon May 07, 2018 3:45 am
by davidjp
I switched to PHP 5.6.0 and now I keep getting the following warning in error.log of TE3 directory.

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

I don't want to "avoid the warning" by setting this value to -1. This will just hide the warning, and I'll still have deprecated configuration. I want to solve the problem at its source.

Which file should be changed at TE3?

Re: HELP!Trade Expert Error Log

Posted: Mon May 07, 2018 6:21 am
by texpert
Hello, TE3 doesn't use this variable at all, so it must lie on some other software that you use in combination with TE3. Give me more details in which file is producing this error log?


Best regards,
Alex

Re: HELP!Trade Expert Error Log

Posted: Mon May 07, 2018 8:17 am
by davidjp
I just checked this on the web https://github.com/matomo-org/matomo/issues/6465

This might be the bug of php5.6,it should be upgrade to php7 to resolve this issue.