You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my 1.9.0.1. The default store language is English. Another is Chinese. After migration. My Chinese pages and block Chinese language become question marks "?????????". How do I fix it?
The text was updated successfully, but these errors were encountered:
Finally. I fixed the issue by looking at this #111
File: vendor/magento/data-migration-tool/src/Migration/ResourceModel/Destination.php > getResourceConfig()
$config['initStatements'] = $destination[$destinationType]['initStatements'];
which should be
$config['database']['initStatements'] = $destination[$destinationType]['initStatements'];
And similar change for vendor/magento/data-migration-tool/src/Migration/ResourceModel/Destination.php
For my 1.9.0.1. The default store language is English. Another is Chinese. After migration. My Chinese pages and block Chinese language become question marks "?????????". How do I fix it?
The text was updated successfully, but these errors were encountered: