oroinc / platform

Main OroPlatform package with core functionality.
Other
627 stars 351 forks source link

4.1.9 "system_configuration.groups.microsoft_settings" must be configured. #1038

Open sadortun opened 3 years ago

sadortun commented 3 years ago

Summary

Hi,

Just upgraded to 4.1.9 and it seems there is a new Bundle that was added between the two patch versions. Is it missing migrations or something ?

It produce the error when running bin/console

In ArrayNode.php line 224:
  The child node "title" at path "system_configuration.groups.microsoft_settings" must be configured.

Steps to reproduce
Install 4.1.9 patch version

Details about your environment

sadortun commented 3 years ago

@arsen-aliev

anyt commented 3 years ago

Hi @sadortun, Please specify which version have you upgraded from. Thank you! We can't reproduce it with the clean install and upgrade from 4.1.8 to 4.1.9

sadortun commented 3 years ago

Hi @anyt, 4.1.5

anyt commented 3 years ago

I've just upgraded the https://github.com/oroinc/platform-application from 4.1.5 to 4.1.9. No issues.

According to the error message, It looks like you haven't cleared the application cache before processing an upgrade, this way the system configuration has not been loaded correctly from the new bundle. Please restore from backup and process the upgrade from the beginning by following the official guide.