Magento Error Undefined index: 0

Sunday, June 13th, 2010

Magento Error: Undefined index: 0     app/code/core/Mage/Core/Model/Mysql4/Config.php Resolve Way: Find core_store and core_website Tables and gave the admin site an id of 0 set foreign_key_checks=0; //SQL to update ids SET FOREIGN_KEY_CHECKS=1;

Magento Connect Files Permission Problem

Saturday, May 9th, 2009

When you use Magento connector upgrade or install any extensions there usually meet Magento Connect Files Permission Problem.Many hosting like VPS don’t support this confunction. You need use the SSH  Type the following commands: find . -type d -exec chmod 777 {} \; find . -type f -exec chmod 644 {} \; That’s it.  Now [...]