Nosto / nosto-magento

Magento extension for Nosto
https://marketplace.magento.com/nosto-nosto-tagging.html
Open Software License 3.0
27 stars 24 forks source link

PHP Deprecated: Non-static method #540

Closed mindfriction closed 4 years ago

mindfriction commented 4 years ago

Magento version(s) used: 1.9.4.0 / PHP v7.2 Extension version(s) affected: 3.11.3

Description PHP Deprecated: Non-static method Nosto_Tagging_Helper_Log::logWithMemoryConsumption() should not be called statically /app/code/community/Nosto/Tagging/Model/Service/Product.php on line 249

Possible Solution
Make the function logWithMemoryConsumption() static /app/code/community/Nosto/Tagging/Helper/Log.php on Line 97

olsi-qose commented 4 years ago

The method is not used anymore and removed.