Try out the XenForo 2.3.8 Preview!

Do you have SSH access?

If so you might want to run a recursive grep like grep -rl "selector" src/addons to find which Add-on might be causing this.
This might return quite a few false positives though.

@Chris D
The error message is not exactly thaat helpful, it therefore might be useful to include option_id in phrase
following_sub_options_unknown_x so the message becomes somt. like



This way it would be easy to identify the Add-on (without searching / guessing).
Ah could actually be a bug. We’ll report back once we’ve had a closer look
 
Tried to upgrade my test board (2.3.7) via php command line and got this error.
#php cmd.php xf:upgrade
PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20250925/imagick.so (/usr/local/lib/php/extensions/no-debug-non-zts-20250925/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20250925/imagick.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20250925/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Current version: 2030770
Upgrade target: 2030870 (2.3.8 (Preview))
Are you sure you want to continue with the upgrade? [y/n] y

Running upgrade to 2.3.8, step 1... done.
Running upgrade to 2.3.8, step 2... done.
Running upgrade to 2.3.8, step 3... done.
Running upgrade to 2.3.8, step 4...The following sub-option(s) are unknown: selector.
 
Back
Top Bottom