Thread Starter
davidwp
(@davidwpress)
Hi @neosinner,
Thanks for the confirmation. I use a wordpress specific hosting, that provides many benefits (Litespeed, Memcached, and some premium plugins)
I’ll open a ticket and ask them to allow mbstring
library on the php instance.
Thread Starter
davidwp
(@davidwpress)
Hello @lynnjat7,
I’m trying to install the newest version of mailpoet, that is 5.8.1.
This is my first time with this plugin and it was never installed before on the site.
I can see that it reffers to the migrator module itself, but I didn’t initiate any migration of an older version.
The error message states: “PHP Fatal error: Uncaught Error: Call to undefined function” that points to the migrator module in the line of 90, that is the following in the Migrator.php:
'error' => $data && $data['error'] ? mb_strimwidth($data['error'], 0, 20, '…') : null,
It looks to me that the line above calls a php function that is unkown for the webserver.