Was hast du für eine Fehlermeldung? Hast du die PHP Version verglichen? Das Plugin benötigt PHP 5.6, die alte Version unterstützte noch PHP Version 5.2. Diese PHP Version sind aber außerhalb der Wartung, ggf. ist damit dein Server unsicher und braucht dringend ein Update.
Ich habe dasselbe Problem. Die folgende Fehlermeldung wird angezeigt:
Warning: fopen(.../wp-content/plugins/akismet-privacy-policies/languages/akismet-privacy-policies-de_DE.mo): failed to open stream: No such file or directory in .../wp-includes/pomo/streams.php on line 153
Warning: Cannot modify header information - headers already sent by (output started at .../wp-includes/pomo/streams.php:153) in .../wp-includes/functions.php on line 6221
Warning: Cannot modify header information - headers already sent by (output started at .../wp-includes/pomo/streams.php:153) in .../wp-admin/includes/misc.php on line 1259
Warning: Cannot modify header information - headers already sent by (output started at .../wp-includes/pomo/streams.php:153) in .../wp-admin/admin-header.php on line 9
Das Problem liegt offenbar daran, dass das Plugin eine Lokalisierungsdatei (akismet-privacy-policies-de_DE.mo
) erwartet, die jedoch nicht vorhanden ist.
Das Update auf 2.0.1 sollte das Problem beheben.