HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help Class 'DOMDocument' not found
Nikita4ka
New
Comments
See reply to you other post.
I see you changed from 3.3 to 2021.012
Use this instead
https://open.vanillaforums.com/addon/vanilla-core
.012 is not considered stable.
Also you php changed from 7.3 to 7.2
Might need that back at 7.3
Your PHP installation needs the 'DOM' library added. It's unrelated to PHP version.
Vanilla silently added a few library dependencies like that over the last couple years without precautions for existing open source users. I do not know if they have a plan to remedy it.
This is the current list of required extensions (lifted from composer.json):