-
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
broken references when viewing admin after initial install #1795
Comments
Yes, I don't think this is a new problem, but the "CRITICAL" part is not good. I think what is going on is if you access a one column layout page, there are not as many containers present as the 2 and 3 column versions. 2 and 3 columns are actually the same layout file, just with different CSS to move things to the left or right - so identical containers are present. One column however does not have as many containers. Just tossing around an idea quickly, one possible approach is to have a flag on containers so you can say "hidden". So the rendering library throws it away in one column mode still, but you have the same set of containers for all page layouts to stop these messages appearing. (I have not discussed with core team yet, they might have some clever idea as well.) Note: I have not verified this is the problem, but I think it is for some of the error messages at least. I guess could experiment by changing say the dashboard to 2 column mode and see if they go away when hitting the home page. Another alternative is to just review if CRITICAL versus debugging level only. |
internal issue MAGETWO-43793 |
Fixed. Please reopen if issue persists. |
I see this error on 2.1v install , lot of broken reference in my system.log and cache invalidate in debug.log errors. attached a file for ref. |
I got the problem on a fresh 2.1 too, Broken reference: the 'header' tries to reorder itself towards 'global.notices', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] |
Same problem. Fresh install 2.1
|
Can confirm, same as @kevinak941 |
Same problem after sample:deploy on 2.1.5 |
Same problem on 2.1.5 after installing a new theme. |
[EngCom] Public Pull Requests - 2.2-develop
…op latest changes Accepted Community Pull Requests: - #29959: Fix saving default directory in the default bookmark of media gallery (by @engcom-Golf) - #30006: #1829: Duplicated items in Asset filter on Entities grids (by @joweecaquicla) - #29993: Update minimum required php version in bootstrap.php (by @ihor-sviziev) - #29909: #1795: [MFTF] Unskip AdminMediaGalleryCatalogUiUsedInProductFilterTest (by @joweecaquicla) - #29688: Set of improvements for LoginAsCustomer modules (by @lbajsarowicz) - #29415: #29354 :- Login as Customer storefront banner is not sticky (by @konarshankar07) Fixed GitHub Issues: - #1813: Magento 2 1.0.0-beta Merchant Beta1 - Webinstaller / Console Installer - Error "Database user does not have enough privileges" (reported by @magentofaz) has been fixed in #29959 by @engcom-Golf in 2.4-develop branch Related commits: 1. f8fd731 2. a948194 3. 235318a 4. b1ed802 5. f5bd175 6. be49be3 - #30004: [Issue] Update minimum required php version in bootstrap.php (reported by @m2-assistant[bot]) has been fixed in #29993 by @ihor-sviziev in 2.4-develop branch Related commits: 1. 2956a48 - #29689: [Issue] Set of improvements for LoginAsCustomer modules (reported by @m2-assistant[bot]) has been fixed in #29688 by @lbajsarowicz in 2.4-develop branch Related commits: 1. 32adddb 2. b4d78e7 3. b68e049 4. 2ba0163 - #29354: Login as Customer storefront banner is not sticky (reported by @mbrinton01) has been fixed in #29415 by @konarshankar07 in 2.4-develop branch Related commits: 1. 4f2d8de 2. 43cca51 3. 00b3ff2 4. 804ed71 5. c0ca7cd 6. b35d9dc 7. 425113c 8. 58b78f6 9. debeec2 10. 2aca78a 11. c3d57cd 12. eca27c7
These messages come up when going to the admin after a fresh install:
The text was updated successfully, but these errors were encountered: