Open m-overlund opened 6 years ago
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.
PR here: https://github.com/jayelkaake/enhancedgrid/pull/68
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.