Aktivierung nicht möglich: Fatal error: Uncaught Error: Undefined constant "Podlove\DB_CHARSET"

Hi,

mein Hoster hat ein Update auf PHP 8.0 gemacht und nun kann ich das Plugin nicht mehr aktivieren. Ich bekomme folgende Fehlermeldung:

Fatal error: Uncaught Error: Undefined constant “Podlove\DB_CHARSET” in /customers/d/7/7/sneakfilm.de/httpd.www/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/lib/system_report.php:58 Stack trace: #0 [internal function]: Podlove\SystemReport->Podlove{closure}() #1 /customers/d/7/7/sneakfilm.de/httpd.www/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/lib/system_report.php(271): call_user_func(Object(Closure)) #2 /customers/d/7/7/sneakfilm.de/httpd.www/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/lib/system_report.php(262): Podlove\SystemReport->run() #3 /customers/d/7/7/sneakfilm.de/httpd.www/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/includes/system_report.php(8): Podlove\SystemReport->__construct() #4 /customers/d/7/7/sneakfilm.de/httpd.www/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/plugin.php(89): podlove_run_system_report() #5 /customers/d/7/7/sneakfilm.de/httpd.www/wp-includes/class-wp-hook.php(308): Podlove\activate(‘’) #6 /customers/d/7/7/sneakfilm.de/httpd.www/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(‘’, Array) #7 /customers/d/7/7/sneakfilm.de/httpd.www/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /customers/d/7/7/sneakfilm.de/httpd.www/wp-admin/plugins.php(194): do_action(‘activate_podlov…’) #9 {main} thrown in /customers/d/7/7/sneakfilm.de/httpd.www/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/lib/system_report.php on line 58

Webseite ist www.sneakfilm.de. Wordpres-Version ist 6.1. Spanndenderweise funktioniert auf meine zweiten Webseite www.blogspiele.de in der selben Wordpress- und PHP-Version alles.

Habt Ihr Ideen?

Danke
Michael

Hm, interessant. Schau mal in deine wp-config.php, da müsste recht weit oben die Konstante definiert sein, vermutlich

define( 'DB_CHARSET', 'utf8' );

Ich habe gerade lokal einmal die Kombination aus WP6.1 und PHP8.0 ausprobiert, das ging ohne Probleme. Ggf. einmal die Plugin-Dateien löschen und neu installieren?