Error Not Found on Magento Admin Page

Posted on 1 CommentPosted in Magento, Programming

When I move the Magento Enterprise to the another server, I found the error on backend page. I update the table : core_store, core_store_group and core_website. [code]SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id = 0 WHERE code=’admin’; UPDATE `core_store_group` SET group_id = 0 WHERE name=’Default’; UPDATE `core_website` SET website_id = 0 WHERE code=’admin’; UPDATE `customer_group` SET […]