When I try to save the API Connection information in the Shopify Craft plugin (specifically the shopify host name field),
I receive the following error:
Unable to locate message source for category 'Shopify'.
in /var/www/html/vendor/yiisoft/yii2/i18n/I18N.php
if (isset($this->translations['*'])) {
$source = $this->translations['*'];
if ($source instanceof MessageSource) {
return $source;
}
return $this->translations[$category] = $this->translations['*'] = Yii::createObject($source);
}
throw new InvalidConfigException("Unable to locate message source for category '$category'.");
Steps to reproduce:
- Go to shopify plugin settings page
- Enter value in the Shopify Host Name field (i.e. $SHOPIFY_HOSTNAME)
- Click save
I am using:
Craft CMS 5.10.1
Shopify Plugin 7.1.1
PHP 8.3.29
MySQL 8.0.45
Can anyone help? Thanks.
When I try to save the API Connection information in the Shopify Craft plugin (specifically the shopify host name field),
I receive the following error:
Invalid Configuration – yii\base\InvalidConfigException
Unable to locate message source for category 'Shopify'.
in /var/www/html/vendor/yiisoft/yii2/i18n/I18N.php
Steps to reproduce:
I am using:
Craft CMS 5.10.1
Shopify Plugin 7.1.1
PHP 8.3.29
MySQL 8.0.45
Can anyone help? Thanks.