-
Notifications
You must be signed in to change notification settings - Fork 197
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
customer grid #53
Comments
Hi, reindexing and clearing cache should solve your problem. Run in command line: |
Hi victor-v-rad, |
Hi, |
Hi, Thanks |
Thanks, i can't find a solution... so i'm trying to restart migration trough ub migration data :( |
It would really be helpful to know how extensions can interrupt the migration process. I thought not mapped or existing fields/tables are shown before installation in the check. We have also many extensions running on 1.7 and have problems that the migration process passes without errors but in magento 2. we have some bad sites which do not function. Also finding no solution in the documentation. |
@andidhouse, Try Magento Code Migration Tool to port extentions before data migration. |
Hi ilol, We still have no solution for our problems in data migration an really have no idea where we can get help but here :-/. |
You can contact with me and tell me your story. I will try to help you. My skype is ilya.oleynik |
Hi Illia, many thanks for your answer. Our story is: We try at the moment to migrate our 1.7.0.2 store to magento2. After migration if we want to show the backend product grid the site has errors - if we fix this in the magento 2 database the products are shown in the admin product grid but if we try to access a product just the headline of the product is shown. Maybe the „backup_tables“ issue is fixed here: But the product problem still remains and we have no idea how to solve this. Pls fins also attached our „Ignore List“ - but i think this is not the problem as with a complete fresh magento 1.7.0.2 database the migration works without a problem. It would be great if you could help us here to find and solve the problem. Many thanks! André After solving some bugs in the tool (pls see
|
Hi I am also facing same issue, I migrated from 1.9 to Magento 2. All seems to be working fine except customer_grid_flat table is empty. Even after reindex this table is empty and not showing any error while reindex. Because of this I dont see customer data in backend and while placing order in frontend I am getting some error. Strange thing is it shows status Processing for customer grid reindex which is not changing. NOTICE : while migration I see following warning message for customer migration. I dont know hoe to fix this issue can some one help here please. Thanks, |
How did you reindex? I was having this same issue, but running this command fixed it: ./bin/magento indexer:reindex |
Hi But still not showing customer in admin grid. I checked customer grid table but it is not creating any record in that table. So now sure what to do , do you have any suggestion. |
Any one find solution of not showing customer in admin customer grid? |
Hi, Try this fix #66 |
@victor-v-rad this is for product grid and i have changed additional_attribute_table entry but its not showing any data in customer grid |
Got the solution after this all customer shows in admin grid |
Great! I am closing the issue |
Hello, I am facing the same issue and I try all given solutions. Thanks |
Hi,
i have migrated my db from magento 1.8.0 to 2.0.
My orders,product and customers was migrated correctly but in customer grid i receive empty results with message: We couldn't find any records.
If i try to edit a customers from an order i can do it.
EDIT: my table customer_entity is populated but customer_grid_flat is empty. If i add manually in db a record on customer_grid_flat i can display the record on magento backend.
Another issues, when i try to add new customer i receive a blank page and the log is:
PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 79 bytes) in /var/www/magetest/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php on line 486
i have set in .htaccess and php.ini the php_value to 2048M but not solved it.
Someone can help me?
Thanks
The text was updated successfully, but these errors were encountered: