Closed Hanmac closed 4 months ago
Thank you for opening this issue @Hanmac . We’re pleased to inform you that we have recently released a new version of the Magento 1 plugin that addresses the issue you described. We will also close the related PR, but we want to express our gratitude for your effort in sharing this issue and fix with us. I’m closing this issue for now, but feel free to respond or reopen it if needed.
I wouldn't call it fixed, more like patched
maybe in a next major, the deprecated
function can be removed, and the whole problem can be avoided
(issue doesn't need to be reopened)
Hi There @Hanmac ,
Thank you for your response. This function is indeed marked as deprecated
and may need to be removed. However, this extension is currently in maintenance mode. This means that we will fix any bugs that arise, but we won’t add new features unless absolutely necessary. Thank you for your understanding!
https://github.com/mollie/Magento/blob/e3e85896d98aa362fd349841f160722a23e6a3de/app/code/community/Mollie/Mpm/Helper/Data.php#L85-L96
crashes the adminhtml, see this Stacktrace:
Because the Adminhtml refers to mpm:
<mollie module="mpm">
, the Menu class is looking if the Module is Enabled or notThe Original Method uses
$moduleName
and not$storeId = null