1

I tried updating from magento 2.2.3 to 2.2.4 using the web setup wizard.

However the upgrade finishes with a fatal error. I login to my admin and it shows that it is 2.2.4 however when I go to the web setup wizard, I get the same fatal error page.

enter image description here

2
  • Try after deleting cache and generated folders in private browser window. Commented May 18, 2018 at 21:19
  • you can use command line. Its fast method Commented May 19, 2018 at 3:00

2 Answers 2

0
bin/magento maintenance:enable composer require magento/product-community-edition 2.2.4 --no-update composer update rm -rf var/cache/* rm -rf var/page_cache/* rm -rf generated chmod +x bin/magento bin/magento setup:upgrade bin/magento maintenance:disable 
1
  • That did not work. However I changed the 'db' value to 'Files' in env.php. and it works. Commented May 19, 2018 at 22:24
0

You should access to the file app/etc/env.php then fix this command from:

'session' => [ 'save' => 'db' 

To :

'session' => [ 'save' => 'files' 

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.