simeonackermann / OC-User-Conversations

User conversations for ownCloud
13 stars 8 forks source link

ajax polling error (php) #45

Open lu-x opened 8 years ago

lu-x commented 8 years ago

I get a lot of warnings in my owncloud.log: {"reqId":"adsfadsf","remoteAddr":"****","app":"PHP","message":"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. at Unknown#0","level":3,"time":"2016-03-08T11:42:39+01:00", "method":"POST","url":"\/index.php\/apps\/conversations\/ajax\/polling.php"}

always_populate_raw_post_data is already set to -1.

simeonackermann commented 8 years ago

Ok, thanks for the issue. I will have a look the next days.

lu-x commented 8 years ago

thanks:)

simeonackermann commented 8 years ago

Ok, I checked out the latest OC but dont have this error message. Which version of PHP do you use?

lu-x commented 8 years ago

I'm on 8.2. PHP is 5.6.17. I'll take a look again after upgrading to 9.0.

simeonackermann commented 8 years ago

Could you please check our phpinfo() and post the value of always_populate_raw_post_data

The version of OC shouldn't matter.

lu-x commented 8 years ago

The value is 0 here. However, the value is set to -1 in the loaded php.ini-file...

simeonackermann commented 8 years ago

Is it really -1 or is the value commented? (prefixed by ;)

lu-x commented 8 years ago

It is not commented. However, i've upgraded to oc 9.0 and now can't enable the app.

Am 14. März 2016 20:48:48 MEZ, schrieb Simeon Ackermann notifications@github.com:

Is it really -1 or is the value commented? (prefixed by ;)


Reply to this email directly or view it on GitHub: https://github.com/simeonackermann/OC-User-Conversations/issues/45#issuecomment-196494472

simeonackermann commented 8 years ago

Did you also updated the App? It needed a little fix for OC 9

lu-x commented 8 years ago

I copied the newest version into the apps-directory. If i now enable the app, i can't even log in again, because the site is reloading every second.

simeonackermann commented 8 years ago

Strange, i see. Please try again with the last commit.

Am 15.03.2016 um 10:11 schrieb kas70:

I copied the newest version into the apps-directory. If i now enable the app, i can't even log in again, because the site is reloading every second.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/simeonackermann/OC-User-Conversations/issues/45#issuecomment-196731573

lu-x commented 8 years ago

Thanks, it works again. PHP error persists.