cancel
Showing results for 
Search instead for 
Did you mean: 

" The store that was requested wasn't found. Verify the store and try again "

" The store that was requested wasn't found. Verify the store and try again "

i try to install magento2.4.3  CE  during installation the system show error " The store that was requested wasn't found. Verify the store and try again " .,  How i can fix  . More deatail as show screen

Thank you

error.png

3 REPLIES 3

Re: " The store that was requested wasn't found. Verify the store and try again "

Hello @Boonthanom,

Greetings to you!

The problem is that when the Magento is loading the run time configuration data it is finding the old stores and tries to resolve them. You can remove the old store data from inside of the "core_config_data". 
NOTE: MAKE SURE TO TAKE A BACKUP OF YOUR DATABASE BEFORE RUNNING THIS!
Before cleaning the data from the database I HIGHLY recommend you run the SELECT query below to make sure you delete the correct stores.
SELECT * FROM core_config_data WHERE scope = 'stores';

DELETE FROM core_config_data WHERE scope_id != 1 AND scope = 'stores'; 

 I hope this will help you resolve your issue.

If not, feel free to contact us.

 

Solved? Click KUDOS and accept it as a solution.

Thank you!

Re: " The store that was requested wasn't found. Verify the store and try again "

Thanks for the update and quick reply. I'll be sure to keep an eye on this thread
Myindigocard

Re: " The store that was requested wasn't found. Verify the store and try again "

Hello @namitapare2a78 

I run command install magento an error code still have as the same
as Mysql Command "SELECT * FROM core_config_data WHERE scope = 'stores'; show output as
No database selected
.more detail as shown screenshot

URL:http://20.127.84.84/

Thanks  you

Err0r-Magento.pngErr0r-Magento_00.png