Wednesday, October 20, 2010

Magneto Connect not working

Magneto cache is Crap ,when you are not using in right way so if you are in building phase of magento store i'll strongly suggest to disable the magento cache

Solution : Go to magento Admin -> system->cache management . Select all and disable .

Some times after installation of any magento extension , store goes messed up means everytime it shows the url like - "index.php/downloader" .

Solution : In this case just go to magento root folder.

Goto : Magento Root -> Var ->cache . Delete all the cache stored and sessions . Thats it .

Stay tune for more useful magento tips and tutorials

Install magento extension in Beta release

sometimes during the installation of extension in magento it gives error like "You can't install due to the stable release "

Solution: Go to Magento Connect->settings -> from drop down select beta instead of stable . Thats it . Try to reinstall the extension , i m very sure this tip will work . Stay tune for more magento tips :)

Saturday, June 26, 2010

Debugging in Magento

Magento no doubt a great e-commerce platform , but when you are developing extensions are widget , surely you'll face difficulty in debugging the magento . Follow simple steps to debug magento :

Error Reporting :

Go to index.php of the magento open this in a good editor (i m using notepad++) find the line -ini_set('display_errors', 1);

Comment this line like this - #ini_set('display_errors', 1);