HELP!Trade Expert Error Log

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
davidjp
Posts: 2
Joined: Mon Jun 06, 2016 8:01 am

HELP!Trade Expert Error Log

Post 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?
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: HELP!Trade Expert Error Log

Post 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
davidjp
Posts: 2
Joined: Mon Jun 06, 2016 8:01 am

Re: HELP!Trade Expert Error Log

Post 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.
Post Reply