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;
4 comments
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