You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure If this is an issue or just an incorrect composer version. I have a client still running 2.3.7 and several Mage Suite extensions. One of the most recent updates to magesuite-frontend breaks the cache management page in the backend.
The refresh_timestamp.phtml template has a call out for \Magento\Framework\View\Helper\SecureHtmlRenderer however this functionality hasn't been added to the 2.3.x line causing the page to break in dev mode and fail silently (block just not rendered) in production mode.
Not sure If this is an issue or just an incorrect composer version. I have a client still running 2.3.7 and several Mage Suite extensions. One of the most recent updates to magesuite-frontend breaks the cache management page in the backend.
The refresh_timestamp.phtml template has a call out for \Magento\Framework\View\Helper\SecureHtmlRenderer however this functionality hasn't been added to the 2.3.x line causing the page to break in dev mode and fail silently (block just not rendered) in production mode.
see:
https://github.com/magento/magento2/tree/2.3.7-release/lib/internal/Magento/Framework/View/Helper
vs
https://github.com/magento/magento2/tree/2.4.3-release/lib/internal/Magento/Framework/View/Helper
Screenshot of composer.json (and module versions below)
The text was updated successfully, but these errors were encountered: