-
-
Notifications
You must be signed in to change notification settings - Fork 436
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 information missing after 19.5.3 -> 20.5.0 upgrade #3883
Comments
Until we investigate this bug report, it would be good to go back to a backup that I hope you made before the upgrade. |
For what it's worth, downgrading back to 19.5.3 seems to fix the problem. |
For testing this issue I am using (OpenMage 20.5.0 + Magento Sample Data). In the Backend > Sales > Orders I click on the [Create New Order] button. In the "Create New Order" page there are two buttons [Create New Customer] and [Create Guest Order]. I click on the first one. I select the English Store. For a new customer named Marlon Brando, I fill in the required fields in the "Billing Address" form, I add a product and select the "Shipping Method". After I submit the order Mailpit is catching two emails, one for the order and one for the new account. This is the order confirmation page, you can see the customer name is orange which means it is a link to the new account. If I click the orange name it loads the customer page. This is the confirmation from the table customer_entity that the customer was created succesfully. Unfortunately, after testing, I cannot confirm the reported error. |
@addison74 its unclear which PHP version you were running or if you did use the upgrade path (or started with a fresh 20.5.0). @hansgv Can you add your database information? Anything out of the order? MySQL? Which version? Something in the my.cnf or somewhere else? |
My db is Aurora MySQL 2.10.2 (compatible with MySQL 5.7.40) with default parameters. If there's a scenario I can test, I'm happy to help. My hunch is that the issue is related to the version upgrade path I took. |
@pquerner - I am using DDEV with any PHP version I want. For this test I used PHP 8.3. I didn't do one thing, to look in the OpenMage logs, even Magento Developer Mode was enabled. |
@hansvg - when I test a report, I do it in an unchanged OpenMage. Always I am using the latest version from its repository. If the issue is confirmed then it must be fixed, if not then we close the case. You did an upgrade, but I can't evaluate what actually happened there, It's just a particular case. |
I'm pretty sure this is caused by 3rd party modules, not the core |
Preconditions
Steps to reproduce
Expected result
customer_entity
table, be visible under admin UI's Customers > Manage Customers, etc.Actual result
No errors in PHP error log or Openmage's var/log/system.log or exception.log
On a related note, is it okay to downgrade to 19.5.3 or are there breaking db changes?
The text was updated successfully, but these errors were encountered: