Error Not Found on Magento Admin Page

Posted on Posted 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 customer_group_id = 0 WHERE customer_group_code=’NOT LOGGED IN’;
SET FOREIGN_KEY_CHECKS=1;[/code]

This case is solved. Thanks

One thought on “Error Not Found on Magento Admin Page

  1. Hey there would you mind stating which blog platform you’re working with? I’m looking
    to start my own blog in the near future but I’m having a tough time selecting between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design seems different then most blogs and I’m looking for something completely unique.
    P.S Sorry for being off-topic but I had to ask!

Leave a Reply

Your email address will not be published. Required fields are marked *