Magento – Mage::log() not working on new Magento update (1.9.4.1)

buglogmagento-1.9magento-1.9.4.1

After this new update (1.9.4.1), Mage::log() is not working. Apparently, it has something to do with Zend_Validate_File_Extension on line 819 at Mage.php where it checks if the file is_readable() before it even exists. I reversed the whole log() method to its previous version and it is working again.

What is the main channel that i can contact Magento team to report this issue?

Best Answer

Official patch incoming :) Still waiting for official patch ... :(

piotrekkaminski commented 13 hours ago

This is the current official patch that will be ported to earlier versions (this should work on latest) https://gist.github.com/piotrekkaminski/0596cae2d25bf467edbd3d3f03ab9f8f

Source: https://github.com/OpenMage/magento-lts/pull/648#issuecomment-480941871

Related Topic