We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting this warning, after upgrading to Magento 1.9.3.10 + official PHP7.2 patch + PHP7.2.
Warning: A non-numeric value encountered in app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php on line 260
line 260: $imgWidth = Mage::getStoreConfig('enhancedgrid/images/width') + 'px';
$imgWidth = Mage::getStoreConfig('enhancedgrid/images/width') + 'px';
The field is set to a numeric value in admin.
The text was updated successfully, but these errors were encountered:
Warning: non-numeric value for image width jayelkaake#67
305aab1
6f0e26f
PR here: #68
Sorry, something went wrong.
No branches or pull requests
I'm getting this warning, after upgrading to Magento 1.9.3.10 + official PHP7.2 patch + PHP7.2.
Warning: A non-numeric value encountered in app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php on line 260
line 260:
$imgWidth = Mage::getStoreConfig('enhancedgrid/images/width') + 'px';
The field is set to a numeric value in admin.
The text was updated successfully, but these errors were encountered: