-
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
Frontend Product Details - Warning: Magento\Framework\Locale\Format::getPriceFormat(): Cannot load resource element 'default' #5183
Comments
Hi @bhaveshsurani !
|
Hope it will help. do let me know if require more details. |
Hi, Exception #0 (Exception): Warning: Magento\Framework\Locale\Format::getPriceFormat(): Cannot load resource element 'default' in C:\wamp64\www\magento2\vendor\magento\framework\Locale\Format.php on line 112 |
I have just changed to production mode and although it doesn't generate an error I only see the luma logo and the footer. In the system.log I get the below error: |
I have inspected the Code in the Format.php file and the $localeData isn't returning anything/ |
If I set $defaultset to self::$defaultNumberSet; then it works. |
This error happens if you have intl.error_level set to other values than 0 i.e if you have changed it from its default value 0.Comment it out to fall back to default and it worked. |
I have resolved this by setting intl.error_level to 0. |
I have resolved this by setting intl.error_level to 0. |
We got the same issue in 2.1.7 |
I have resolved this by setting intl.error_level to 0. |
@bhaveshsurani, thank you for your report. |
Magento Version: 2.1.0-rc3
Steps to reproduce
develop
branch.Expected result
Actual result
The text was updated successfully, but these errors were encountered: