jayelkaake / enhancedgrid

The original enhanced admin product grid for Magento.
https://www.magentocommerce.com/magento-connect/enhanced-admin-product-grid.html
94 stars 61 forks source link

Warning: non-numeric value for image width #67

Open m-overlund opened 6 years ago

m-overlund commented 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';

The field is set to a numeric value in admin.

FredericMartinez commented 6 years ago

PR here: https://github.com/jayelkaake/enhancedgrid/pull/68