In WordPress you can get the error “RSS Error: XML or PCRE extensions not loaded!”
To fix this run the following commands in command line:
sudo apt install php-xml
sudo service apache2 restart
When you reload your WordPress page the error should now be gone.