Reading list Switch to dark mode

    Magento admin not opening 404 error

    Updated 2 March 2015

    While moving database from one to other this problem aries. Its because website_id and store_id not set in database.

    So execute this slq and it works perfect 🙂

    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;

    Searching for an experienced
    Magento Company ?
    Find out More
    . . .

    Leave a Comment

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


    4 comments

  • El Negro que te la mete
    thanks you
    • Webkul Support
      You are most welcome.
  • cocokart t
    Hi I’m trying to figure this out, can you walk me through how to get this done.

    I can access the Magento admin panel.

    I cant seem to access the marketplace panel in configurations and any marketplace related pages, It says 404 error
    I tried running it in phpmyadmin
    still the same result, is there any other way

    I’m using Magento Marketplace version 1.0.1. I followed the below instructions

    http://webkul.com/blog/magento-multi-seller-marketplace/

    thank you

    • webkul
      HI Please create a ticket at [email protected] and we will check the issue thanks
  • Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home