davidwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Brands for WooCommerce] Own translation files don’t seem to work.Hello @razyrx,
Appreciate your answer.
While I was starting to use the Loco Translate plugin I recognized previously uploaded language file of my own shown in “Brands for WooCommerce (brands-for-woocommerce)” section on overview tab and I saw another section as well called “BeRocket framework (BeRocket_domain)”.
So turned out there are two language domain sources and I must use the following path:
…/plugins/brands-for-woocommerce/berocket/languages
instead of
…/plugins/brands-for-woocommerce/languagesThank you for your support,
Cheers- This reply was modified 1 year, 1 month ago by davidwp. Reason: Loco Translate plugin
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 allowmbstringlibrary on the php instance.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.