mishoo28
Forum Replies Created
-
SOLUTION: The Error was caused by using a 5.6 database on one on the sites. Other sites with a 5.7 or better 8.0 database did not experience this issue.
Actionpoint: update the database to 5.7 or higher (8.0).
This should solve the issue. Enabling the PHP extensions POD, PDO_MYSQL, XML and ZIP as well as mbstring is necessary.
Link:
https://kb.mailpoet.com/article/152-minimum-requirements-for-mailpoet-3#php_extensionWishing everyone a quick fix.
Tested the previous version:
// enabling auto-updated worked this time.
// Fatal error again. Below is the error note. xxx – censored info.
Fatal error: Uncaught Error: Class ‘Normalizer’ not found in /xxx/x/x.com/docs/wp-includes/formatting.php:1605 Stack trace: #0 /xxx/x/x.com/docs/wp-includes/formatting.php(2205): remove_accents(‘\xD0\x9F\xD0\xBE\xD0\xBB\xD0\xB8\xD1\x82\xD0\xB8\xD0\xBA\xD0…’) #1 /xxx/x/x.com/docs/wp-admin/includes/plugin.php(1310): sanitize_title(‘\xD0\x9F\xD0\xBE\xD0\xBB\xD0\xB8\xD1\x82\xD0\xB8\xD0\xBA\xD0…’) #2 /xxx/x/x.com/docs/wp-content/plugins/xxx/privacy-policy-cf7.php(17): add_menu_page(‘\xD0\x9F\xD0\xBE\xD0\xBB\xD0\xB8\xD1\x82\xD0\xB8\xD0\xBA\xD0…’, ‘\xD0\x9F\xD0\xBE\xD0\xBB\xD0\xB8\xD1\x82\xD0\xB8\xD0\xBA\xD0…’, ‘administrator’, ‘xxx…’, ‘ppcf7_settings_…’, ‘dashicons-shiel…’) #3 /xxx/x/x.com/wp-includes/class-wp-hook.php(308): ppcf7_create_menu(”) #4 /xxx/x/x.com/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #5 /xxx/x/x.com/docs/wp-inclu in /xxx/x/x.com/docs/wp-includes/formatting.php on line 1605
*mailpoet – sorry for the typo my friends.
Plus one! Running three sites with Mailpoet and waiting for an update.
- This reply was modified 2 years, 4 months ago by mishoo28.