magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
337 stars 199 forks source link

some page "This site can’t be reached" #633

Closed rakeshdonga closed 5 years ago

rakeshdonga commented 5 years ago

i have migrate 1.9.3.7 to 2.3, migration successfully completed but after some pages is not opening like:cart,login page,customer register page,checkout

screenshot: https://prnt.sc/lzmxa1

victor-v-rad commented 5 years ago

Hi @rakeshdonga

Any errors during migration?

rakeshdonga commented 5 years ago

Thank you for replay no any error generate in log just some page not working still

victor-v-rad commented 5 years ago

Usually, if no errors during migration then migrated store should be fine. Since the pages that are not open relate to customer, your issue can relate to customer attributes. Maybe you have extensions installed in Magento 1 for customers that created unnecessary customer attributes.

rakeshdonga commented 5 years ago

no unnecessary customer attributes available also migration complete successfully but not working some pages also cart,checkout,registerpage,login page

rakeshdonga commented 5 years ago

@victor-v-rad any update ? i have still problem in admin also cart,login page,customer register page,checkout

jethroDavid commented 5 years ago

I have the same problem, any fixed yet?

rakeshdonga commented 5 years ago

@jethroDavid
you have checked in magento1 version which language use in backend also frontend like french,dutch

jethroDavid commented 5 years ago

thanks for your response, Magento 1.9.1.1, Backend Locale - English (United State) Am not so sure if this is the frontend Language Default Store View = Default Store View

rakeshdonga commented 5 years ago

@jethroDavid i have facing same issue and i have resolved by run deploy command

php bin/magento setup:static-content:deploy -f de_DE fr_FR

jethroDavid commented 5 years ago

@rakeshdonga thanks men, but it doesn't work