Today i needed to redirect for a specific URL to http only. Since whole site was loaded in https, i have done a lil bit scratch on my head ...
Friday, September 1, 2017
Tuesday, July 25, 2017
Today i doubted my laptop is draining so quickly. So i checked online whether there is any useful thing we could get for checking this onli...
Friday, July 14, 2017
Recently i met with an issue in Wordpress Admin regarding the memory size getting exhausted for the custom post type listing page(all post...
Wednesday, February 8, 2017
Get all configurable products with out of stock status Magento
Shyam Krishna Sreekumar
February 08, 2017
$_productCollection = Mage::getResourceModel('catalog/product_collection') ->addAttributeToSelect('*') ...
Sunday, October 23, 2016
Protect Your Server Against the Dirty COW Linux Vulnerability
Shyam Krishna Sreekumar
October 23, 2016
The operating system that lies at the core of most servers on the internet and most smartphones has a critical vulnerability which has e...
Monday, September 19, 2016
Upgrade options via Magento Connect is not available issue
Shyam Krishna Sreekumar
September 19, 2016
In Magento 1.9.1.0 version, when we check for upgrade in Magento Connect Manager, it will refresh and no upgrade option, marked in yell...
Thursday, August 25, 2016
Deprecated functionality: Non-static method should not called statically error fix
Shyam Krishna Sreekumar
August 25, 2016
Today i met with one issue. One of my site in which i am currently working got some error like this: Deprecated functionality: Non-st...