-
Notifications
You must be signed in to change notification settings - Fork 55
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
CRITICAL: Notice: Undefined index: dataScopePrefix #65
Comments
Is this issue solved yet? I'm also facing the same |
Facing same issue, Is there any solution? |
Yes I have fixed it but I don't remember how i fixed it but if you need code I can provide my code. for city dropdown |
Please, It will help me to debug at my end also. |
Sure no issue. will send you code by tomorrow. just give me a reminder tomorrow. |
Sure |
Also I would like you to join our page https://www.facebook.com/phpdevelopers and spread over your friends, I have created this page to keep updated people about new openings for php and magento developers so needed people can get jobs and also we are posting latest tech news daily basis. Appreciate if you like to contribute your few secs for us. |
could you please give me your code so if it help me to resolve my issue |
`<?php namespace Namespace\Checkout\Plugin\Checkout; use Magento\Checkout\Block\Checkout\LayoutProcessor; /**
|
Hi! I need to solve the same problem @hiteshgb can you tell me how to add this class in this extension? thanks! `<?php namespace Eadesigndev\RomCity\Plugin\Checkout; use Magento\Checkout\Block\Checkout\LayoutProcessor; /** Add area
// Added auto completion address field for google address suggestion
}//end class` |
@Elema82 You need to add code as per your requirement not complete class as it is as per my store. Please let me know if still you are facing issue. |
@hiteshgb thanks. yes, I founded this error when I tried to enter on the checkout. and I still with the same error. On my store I have magento 2.3.3 version |
okay allow me some time I will give you the solution to fix it. please let me know if you are using CE or EE version. |
I'm working with magento cloud, I think that is the enterprise edition |
hi @hiteshgb I added on this file
and I dont see the warning again |
okay so its working fine now? |
this warning? its ok, I found other bugs |
Any Update here ? I am also facing same issue. |
@Elema82 did you ever find the root cause of this problem? I'm facing this issue as well on Magento Commerce 2.4.2. |
This seems to be a reasonable quick fix for now. It works for me. Thank you! |
Hi
I am getting below error on checkout page
[2019-04-23 07:10:21] report.CRITICAL: Notice: Undefined index: dataScopePrefix in /var/www/html/fatcat/vendor/magento/module-customer-custom-attributes/Block/Checkout/LayoutProcessor.php on line 72 [] []
The text was updated successfully, but these errors were encountered: