- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SUPE-11155 failed on Magento 1.7.0.0
I apply SUPE-11155 patch on Magento 1.7.0.0 I get errors in checking the files, for example in app/cod/core/Mage/Cms/Helper/Data.php
const XML_NODE_ALLOWED_STREAM_WRAPPERS = 'global/cms/ allowed_stream_wrappers';
+ const XML_NODE_ALLOWED_MEDIA_EXT_SWF = 'adminhtml/cms/browser/extension/media_allowed/swf';
in my Data.php the row
const XML_NODE_ALLOWED_STREAM_WRAPPERS = 'global/cms/allowed_stream_wrappers';
does not exist.
I saw that this line was added by patch SUPE-11086:
+ const XML_NODE_ALLOWED_STREAM_WRAPPERS = 'global/allowed_stream_wrappers';
but this patch is only available for Magento 1.7.0.2 (in fact if I try to install it, I get other errors on other lines missing in other files).
How can I solve it?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPE-11155 failed on Magento 1.7.0.0
This is very old version of Magento and its not secure. Recommend you to upgrade to atleas Magento 1.9.x latest version. anyway Magento 1 going EOL by this June.
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPE-11155 failed on Magento 1.7.0.0
Hi There all budding magento SEOs and magento 2 owners. I was currently reviewing the sitemap set up for magento 2's native sitemap generator and have continually picked up that there are missing pages present on the Magento's sitemap from our crawler. Is this a common experience and does anyone have any suggestions to help out with this? MyAARPMedicare
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPE-11155 failed on Magento 1.7.0.0
"Applying patches in Magento can get tricky, especially when dealing with version-specific code differences like these! It’s a bit like setting up a proportioner manifold, where each part needs to be precisely calibrated to work smoothly. In this case, you might need to manually adjust or backport some lines from SUPE-11086 to align with your Magento version’s file structure. Careful adjustments should help maintain compatibility without triggering additional errors."