-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento2 error after git pull #1618
Labels
Comments
@vinhtrau thank you for your report, but can you try again after cleaning your |
Yes, it works. thank you! |
okorshenko
pushed a commit
that referenced
this issue
Oct 24, 2017
Public Pull Requests #11704 [Backport 2.2-develop] Travis: surround variable TRAVIS_BRANCH with double-quotes instead of single-quotes by @adrian-martinez-interactiv4 #11673 [BACKPORT 2.2] [TASK] Removed Typo in Paypal TestCase didgit => digit by @lewisvoncken #11675 MAGETWO-77672: in system.xml translate phrase not work, if comment starts from new line. by @nmalevanec #11439 [Backport 2.2-develop] #11328 : app:config:dump adds extra space every time in multiline array value by @adrian-martinez-interactiv4 #11057 Fix first day of week in dob customer field by @joachimVT Fixed Public Issues #7591 PayPal module, "didgit" misspelling #7767 in system.xml translate phrase not work #11328 app:config:dump adds extra space every time in multiline array value
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 1, 2020
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 1, 2020
…op expedited Accepted Community Pull Requests: - #29290: #1618: Duplicated items in Used in Entities filters (by @joweecaquicla) - #28975: improve NonComposerComponentRegistration (by @rvitaliy) - #29271: Unit Test / Bugfix / Inverted Expected value with actual one (by @lbajsarowicz) - #29139: Fix: CustomerAddressId missing for backend orders (by @engcom-Echo) - #28930: Support cron expressions like `3/10 * * * *` and handle hyphen expres… (by @AntonEvers) - #29135: [MFTF] use actionGroup click next button on checkout (by @Usik2203) - #28992: PageCache / Layout: Avoid multiple calls and config fetch (by @lbajsarowicz) - #27537: Add validation phone field on checkout page (by @Usik2203) - #23972: fixed disabled guest checkout issue in case of downloadable product (by @rani-webkul) - #28842: Cover form email component in checkout page with jasmine test (by @mrtuvn) - #29244: Fix unit tests with PHPUnit 9 errors (by @AntonEvers) - #26032: #7213 prevent pointless session start in webapi scope (by @maqlec) Fixed GitHub Issues: - #29308: [Issue] improve NonComposerComponentRegistration (reported by @m2-assistant[bot]) has been fixed in #28975 by @rvitaliy in 2.4-develop branch Related commits: 1. 8e45616 - #29283: [Issue] Unit Test / Bugfix / Inverted Expected value with actual one (reported by @m2-assistant[bot]) has been fixed in #29271 by @lbajsarowicz in 2.4-develop branch Related commits: 1. ff0e8f6 - #28793: Magento 2 CustomerAddressId missing for backend orders (reported by @boseasha) has been fixed in #29139 by @engcom-Echo in 2.4-develop branch Related commits: 1. c899815 - #29240: [Issue] Support cron expressions like `3/10 * * * *` and handle hyphen expres� (reported by @m2-assistant[bot]) has been fixed in #28930 by @AntonEvers in 2.4-develop branch Related commits: 1. 6dd0bb6 2. ce87ede - #29159: [Issue] PageCache / Layout: Avoid multiple calls and config fetch (reported by @m2-assistant[bot]) has been fixed in #28992 by @lbajsarowicz in 2.4-develop branch Related commits: 1. b59dc72 - #28800: [Issue] Add validation phone field on checkout page (reported by @m2-assistant[bot]) has been fixed in #27537 by @Usik2203 in 2.4-develop branch Related commits: 1. c54b8f3 2. 196e423 3. f951152 4. f5c2575 5. 42889f8 6. d9f626d 7. 9706369 8. 0433c82 9. 3afe988 10. 15ceda0 11. a692863 12. 95be243 - #23971: Disable Guest Checkout if Cart Contains Downloadable Items doesn't work correctly (reported by @rani-webkul) has been fixed in #23972 by @rani-webkul in 2.4-develop branch Related commits: 1. 548ea7b 2. 1cf1389 3. 65cf71b 4. a1dd986 5. c3e1ce0 6. caf9ef7 7. 98dd6c0 8. 9f37b2f 9. 993a1e5 10. 575d9e5 11. c343492 12. 4d045cd 13. 05a3348 14. 9e9bc69 15. 4380ff6 16. f4eb33e 17. 11f21bf 18. 59e7f33 19. 49e2fa9 20. 5389a71 21. 938a68c 22. 08e3875 23. 4c50949 24. af4b740 25. 592915d 26. 4dac91c 27. 4db0172 28. f1e11ea 29. 88778bd 30. 63ad4a3 31. 88953ac 32. 11e34b3 - #29329: [Issue] Fix unit tests with PHPUnit 9 errors (reported by @m2-assistant[bot]) has been fixed in #29244 by @AntonEvers in 2.4-develop branch Related commits: 1. 86000ce 2. 48f5a92 - #7213: WEBAPI: PHP session is always started 2.1.2 (reported by @boldhedgehog) has been fixed in #26032 by @maqlec in 2.4-develop branch Related commits: 1. 859307b 2. 8aed39f 3. 4a05e78 4. cfa889e 5. b219c4e 6. c5ad40b 7. fe0bd17 8. ac0dea5 9. ea10595 10. b4a02dd 11. 4f20656 12. 192bc7e 13. f149763 14. ac0f4e6 15. 3e833b3 16. c1f5509 17. edd0ccd 18. 4dac67d 19. 97b235d 20. 16797c3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I update new code from developer, my site always occurs error:
Autoload error: Strict Notice: Declaration of Magento\Framework\App\Resource\Proxy::getConnection() should be compatible with Magento\Framework\App\Resource::getConnection($resourceName = self::DEFAULT_CONNECTION) in /private/var/www/magento2/htdocs/var/generation/Magento/Framework/App/Resource/Proxy.php
This error also display when I tried to clear cache by command line: php bin/magento cache:clean --all
The text was updated successfully, but these errors were encountered: