Image uploaded through WYSWING Editor is not showing on frontend section in Magento

During my work today i got a unique issue . The image which i was adding through WYSWING editor was not visible on frontend . When i dig into it i found that image src was somthing

Becuause the src of image is not proper so it was not showing so i have made following changes in my code
Open “Images.php” which is found in “/app/code/core/Mage/Cms/Helper/WYSIWYG/”
Modified in function getImageHtmlDeclaration by just commenting
//$html = Mage::helper(‘adminhtml’)->getUrl(‘*/cms_wysiwyg/directive’, array(‘___directive’ => $directive));
and added a new line
$html = $fileurl;

Now with this change i can see when i just place any image from WYSWING editor its taking live site url instead of {media_url} which is accessible from admin and frontend both section.

I hope this will help you as well.

The following two tabs change content below.

Chandra Shekhar

GCP Architect
Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Latest posts by Chandra Shekhar (see all)

You may also like...