Love the purple. It should be kept as an option along with a few other changes.Not the purple!
Remember back when vB released their 3.8 and it had 4 different colours you could change your admincp too?
They need something similar.
Love the purple. It should be kept as an option along with a few other changes.Not the purple!
Ah could actually be a bug. We’ll report back once we’ve had a closer lookDo you have SSH access?
If so you might want to run a recursive grep likegrep -rl "selector" src/addonsto 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 includeoption_idin phrase
following_sub_options_unknown_xso the message becomes somt. like
This way it would be easy to identify the Add-on (without searching / guessing).
Went to upgrade and got this
View attachment 332596
Could it be that my PHP version is too old? I'm on 8.3.
Please execute this query manually on your database and try the upgrade again: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.
UPDATE `xf_option`
SET
`sub_options` = 'enabled\nverified\nfailed\ndomain\nprivateKey\nselector'
WHERE
`option_id` = 'emailDkim';
Besides that everything seems to be working great, and not outdated templates either. Great job team!UPDATExf_optionSETsub_options= 'enabled\nverified\nfailed\ndomain\nprivateKey\nselector' WHEREoption_id= 'emailDkim';
This is mostly the issue.I'm using php 8.5.2
I did turn off the addons via the config file causing the errors so this is a false alarm.This is mostly the issue.
I ran this, the output I got was this:If so you might want to run a recursive grep likegrep -rl "selector" src/addonsto find which Add-on might be causing this.
This might return quite a few false positives though.
src/addons/XF/hashes.json
src/addons/XF/_data/phrases.xml
src/addons/XF/_data/templates.xml
src/addons/XF/_data/options.xml
src/addons/SV/StandardLib/_data/templates.xml
From what I've seen there are no changes in the 2.3.8. version that will require php 8.4. only. In other words, it should work fine with php 8.3..Incidentally, I'm on PHP 8.3.19. There is the option in my server to upgrade to PHP 8.4 - would this be ok or should I wait?
We use essential cookies to make this site work, and optional cookies to enhance your experience.