cancel
Showing results for 
Search instead for 
Did you mean: 

Web Setup Wizard option missing in Magento 2.3

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Web Setup Wizard option missing in Magento 2.3

This option does not appear in my menu "System -> Tools". How can I do it appear? My user is admin

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Web Setup Wizard option missing in Magento 2.3

Hello @ManuelSissl 

 

Try below

Comment below line from this file:

 

https://github.com/magento/magento2/blob/2.2.5/app/code/Magento/Backend/Model/Setup/MenuBuilder.php#...

$menu->remove('Magento_Backend::setup_wizard');
Manish Mittal
https://www.manishmittal.com/

View solution in original post

4 REPLIES 4

Re: Web Setup Wizard option missing in Magento 2.3

Hello @ManuelSissl 

 

Try below

Comment below line from this file:

 

https://github.com/magento/magento2/blob/2.2.5/app/code/Magento/Backend/Model/Setup/MenuBuilder.php#...

$menu->remove('Magento_Backend::setup_wizard');
Manish Mittal
https://www.manishmittal.com/

Re: Web Setup Wizard option missing in Magento 2.3

.

Re: Web Setup Wizard option missing in Magento 2.3

Re: Web Setup Wizard option missing in Magento 2.3

Web Setup Wizard option missing in Magento 2.4.1