Open lu-x opened 8 years ago
Ok, thanks for the issue. I will have a look the next days.
thanks:)
Ok, I checked out the latest OC but dont have this error message. Which version of PHP do you use?
I'm on 8.2. PHP is 5.6.17. I'll take a look again after upgrading to 9.0.
Could you please check our phpinfo()
and post the value of always_populate_raw_post_data
The version of OC shouldn't matter.
The value is 0 here. However, the value is set to -1
in the loaded php.ini-file...
Is it really -1 or is the value commented? (prefixed by ;
)
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
Did you also updated the App? It needed a little fix for OC 9
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.
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
Thanks, it works again. PHP error persists.
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.