Magento Missing argument 1 for Mage_Core_Block_Template ::setTemplate

Posted by Damodar Bashyal on April 04, 2016

 

If you are getting this magento error. It's easy to find why you are getting this error: Just need to add some debug code:

Open file app/code/core/Mage/Core/Block/Template.php and go to function setTemplate() (line 111 as shown in error log) and add these lines:

More»

How to fix node-gyp rebuild errors on windows

Posted by Damodar Bashyal on March 30, 2016

 

I was trying to install node module printer "npm install printer" and got few errors while trying few solutions that I found in different blogs, forums and stackoverflow sites.

I would like to share what worked for me at the end.

More»

PHPStorm increase responsiveness

Posted by Damodar Bashyal on March 18, 2016

 

I love to use PHPStorm but it uses so much memory and it's so hard to work on windows as everything freezes because of this IDE.

More»