Last week when i changed a Magento 2 store from Developer mode to Production mode, the frontend was loaded with 500 error. I went through...
Sunday, April 1, 2018
Wednesday, March 21, 2018
Magento 2 commands list
Shyam Krishna Sreekumar
March 21, 2018
The most important improvement in Magento 2 when compared to Magento 1 is the ability to manage the store and its functionalities via comma...
Wednesday, March 14, 2018
I was in a situation where we donot execute a php file via browser. It should only triggered when its called via cron job. So to overcome...
Wednesday, December 6, 2017
First parameter must either be an object or the name of an existing class Magento api soap
Shyam Krishna Sreekumar
December 06, 2017
Yesterday when i was working in Magento API V2, i met with an issue. I was able to create product using WSDL xml in Magento. However, i w...
Wednesday, November 8, 2017
Magento Security Scan tool - New feature
Shyam Krishna Sreekumar
November 08, 2017
Finally good news from Magento team!!! Reference: https://magento.com/blog/magento-news/introducing-new-magento-security-scan-tool ...
Sunday, November 5, 2017
Can't create directory Magento 2 admin error
Shyam Krishna Sreekumar
November 05, 2017
Yesterday when i was playing with Magento 2 admin editing the Design Configuration section, i was stuck with an error: Can't create d...
Thursday, November 2, 2017
Increment alphabets like numbers in php
Shyam Krishna Sreekumar
November 02, 2017
Today i faced a situation to increment alphabet in a loop. So how did i achieved it? Simple, code is provided below. $xi = 'A';...