Skip to content

Requested store is not found #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
iphoneuser86 opened this issue Feb 23, 2016 · 6 comments
Closed

Requested store is not found #63

iphoneuser86 opened this issue Feb 23, 2016 · 6 comments

Comments

@iphoneuser86
Copy link

Hello,

after import there comes 'Requested store is not found'. How can I edit it?

@angelflo
Copy link

same problem here

@redboxmarcins
Copy link

Did you clear your web browser cookies?

@ilol
Copy link

ilol commented Apr 28, 2016

Thanks, @redboxmarcins !
@angelflo @iphoneuser86 does it work?
If yes, can you please close the issue?

@jordanvector
Copy link

Same issue, no clearing browser web cookies does not solve the issue.

@Baracuda011
Copy link

Try to run following query in your database, and then try to open website.

SET FOREIGN_KEY_CHECKS=0;
UPDATE store SET store_id = 0 WHERE code='admin';
UPDATE store_group SET group_id = 0 WHERE name='Default';
UPDATE store_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;

@pasewebstudio
Copy link

Thank you @Baracuda011
your query save me a loto of troubles!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants