Hi Daniel,
I made a fresh install of wordpress and now it’s OK.
There are others troubles. I have this messages :
[23-Jun-2015 07:32:47 UTC] PHP Notice: Use of undefined constant bbpress – assumed ‘bbpress’ in ……./wp-content/plugins/bbpress-new-ui/inc/adminui/bbp-admin-answers.php on line 63
[23-Jun-2015 07:33:44 UTC] PHP Notice: Use of undefined constant bbpress – assumed ‘bbpress’ in ……/wp-content/plugins/bbpress-new-ui/inc/adminui/replies.php on line 47
It seems that the french is not présent in each file on this line :
<label for=”bbp_admin_topic”><?php $locale = get_locale(); if($locale == “ru_RU”) : echo’Эта тема модератора/админа’; elseif($locale == “de_DE”) : echo’Das ist ein ‘; _e( ‘Topic’, bbpress); echo’ von einem Moderator/Admin’; elseif($locale == “pt_BR”): echo’Este ‘; _e(‘Topic’, bbpress); echo’ é de um moderador/admin’; else: echo’This ‘; _e(‘Topic’, bbpress); echo’ of a ‘; _e(‘Moderator’, bbpress); echo’/’; _e( “Keymaster”, bbpress); endif; ?></label>
<label for=”bbp_admin_topic”><?php _e( ”, ‘bbp_admin_topics’ ); ?></label>
There are also other error in :
[23-Jun-2015 07:37:59 UTC] PHP Notice: Undefined offset: 1 in …./wp-content/plugins/bbpress-new-ui/bbpress-new-ui.php on line 25
[23-Jun-2015 07:38:50 UTC] PHP Notice: Undefined offset: 2 in …../wp-content/plugins/bbpress-new-ui/bbpress-new-ui.php on line 37
`