-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error on order success page #75
Comments
We've not seen this before. Could you include a full stack trace? |
|
The issue was solved by next deployment. So it looks like the first installation does not work fully. Maybe it was a issue with composer autoloader. Issue can be closed. |
thanks @munkhulzii very strange, perhaps something going fishy with your atomic deployments? |
Hi @munkhulzii I had the exact same issue on Magento 2.4.3. Tried a full new deploy but still the same issue. How did you solve this ? |
@joachimVT Something wrong with composer autoloader and di:compile. Maybe try "compose install" 2 times during the deploy. Just run in a row. |
I also faced the same issue and resolved using re-deployment. Thank you |
Just to confirm. Works on local development but not on live until secound deployment. Magento v2.4.4 using deployer(.org) |
I get following error on order success page:
Error: Call to undefined method Magento\Sales\Api\Data\OrderExtension::setSources() in vendor/ampersand/magento2-disable-stock-reservation/src/Plugin/Model/OrderRepositoryPlugin.php:135.
And I do not see the functions setSources and getSources in the generated class generated/code/Magento/Sales/Api/Data/OrderExtension.php.
What could it be? Magento is in version 2.4.3. Module in version 1.1.4 is correctly installed and activated.
The text was updated successfully, but these errors were encountered: