Bonjour à tous,
J'ai fait la MAJ il y a quelques minutes vers Owncloud 8.0.3.
Tout s'est bien passé sauf qu'en allant après la MAJ dans
Administration, je vois ce message en rouge:
Cronjob encountered misconfiguration
It was not possible to execute the cronjob via CLI. The following technical errors have appeared:
PHP is configured to populate raw post data. Since PHP 5.6 this will lead to PHP throwing notices for perfectly valid code.
To fix this issue set <code>always_populate_raw_post_data</code> to <code>-1</code> in your php.ini
Bien entendu j'ai vérifié le php.ini (/etc/php5/cli) et c'est bien configuré comme le suggère le message d'erreur.
; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
; to disable this feature and it will be removed in a future version.
; If post reading is disabled through enable_post_data_reading,
; $HTTP_RAW_POST_DATA is *NOT* populated.
; http://php.net/always-populate-raw-post-data
;always_populate_raw_post_data = -1
Pour le reste, ça fonctionne bien. Mais évidemment j'aimerais régler ce détail
Merci d'avance si vous avez une idée sur la question et bonne après-midi!