Web configuration not visible

  1. Profile photo of Mag MMag M 790.00 $tone September 2, 2019
    In system.log:[2019-09-02 12:53:10] main.CRITICAL: The store that was requested wasn't found. Verify the store and try again. [] []

11 answers

Profile photo of Mall Staff 184060.00 $tone September 3, 2019
Public

Hi there,

Do you think admin store is the problem ?

No, i don’t think so.

Also I see the website_id, store_ids got changed post migration , why is it so ?

Yes, the IDs of websites,store,store view are auto increment in data migration of our migration tool.
Lets run below SQL in your M2 database:

Select * From core_config_data Where scope='stores' and scope_id NOT IN (Select store_id FROM store); 
Select * From core_config_data Where scope='websites' and scope_id NOT IN (Select website_id FROM store_website);

And provide me the screenshots of result of records found.
Regards,
Mall.

#6
Profile photo of Mall Staff 184060.00 $tone September 3, 2019
Public

Hi there,

https://snipboard.io/Vdmt17.jpg
https://snipboard.io/zk7XKU.jpg

So, the issue you mentioned is strange: https://snipboard.io/MluBv5.jpg
Lets try enable full developer mode by steps below:
+ Open SSH terminal and go to M2 folder and run CLI command:
php -f bin/magento deploy:mode:set developer
and run the command:
cp pub/errors/local.xml.sample pub/errors/local.xml
+ And open the PHP file at path: app/bootstrap.php
and find to the code line: 
#error_reporting(E_ALL);
and replace it by code line:
error_reporting(E_ALL);
+ And then, back to back-end of your site and recheck the issue on configuration tab you mentioned. And tell me know what you see.
Regards,
Mall.
 

#9

Please login or Register to Submit Answer

Written By

Comments