Not a bug Upgrade from 2.2.6 Patch 2 to 2.2.7: [E_WARNING] Undefined array key "push_on_conversation"

PaulB

Well-known member
Affected version
2.2.7
Code:
$ php cmd.php xf:upgrade
Current version: 2020672
Upgrade target: 2020770 (2.2.7)
Are you sure you want to continue with the upgrade? [y/n] y

All upgrade steps run up to version 2.2.7.

Importing... Master data (Templates)
Rebuilding... Phrases .
Rebuilding... Permissions .
Rebuilding... Permissions . .
Rebuilding... Permissions . . .
Rebuilding... Permissions . . . .


In UserOption.php line 98:

  [E_WARNING] Undefined array key "push_on_conversation"


xf:upgrade [--skip-statistics]

This appears to be a result of the registrationDefaults option lacking a value for push_on_conversation after upgrading from XF1.
 

Attachments

  • 1632231967144.webp
    1632231967144.webp
    63.7 KB · Views: 10
This may be related to a file not copying correctly on my end; I'm looking into that now.

Edit: That was the issue. This bug can be closed.
 
Top Bottom