Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Store and Multi Language #148

Closed
aarondong2005 opened this issue Aug 31, 2016 · 3 comments
Closed

Multiple Store and Multi Language #148

aarondong2005 opened this issue Aug 31, 2016 · 3 comments

Comments

@aarondong2005
Copy link

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?

@victor-v-rad
Copy link
Collaborator

Probably the issue is duplicate of #18

@aarondong2005
Copy link
Author

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

@victor-v-rad
Copy link
Collaborator

Seems the issue is fixed. Closing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants