First time I've had a 'need to roll back' problem upgrading the core, but I'm getting the following error when I do:
Fatal error: Cannot redeclare metatag_views_views_plugins() (previously declared in /home/customer/www/mysite.com/public_html/modules/metatag/metatag_views/metatag_views.module:21) in /home/customer/www/mysite.com/public_html/modules/metatag/metatag_views/metatag_views.views.inc on line 10
This is going from 1.22.0 to 1.22.2, after which (including the database update) - the site's completely broken and shows the above error.
I've rolled back for now out of necessity (site really needs to be up during working hours) - but I'm at a loss as to how to fix this issue moving forward. Is there a compatibility issue with the metatags module? I am using it (including the 'Metatag: Views' option) but there doesn't appear to be any updates for the metatags module - does it need to be disabled for the core update or what should I do here?
Any thoughts much appreciated - live site and I don't want to leave it up with missing core updates!
@greenstick - this is a very easy (even for a novice) patch to apply. Go to https://github.com/backdrop-contrib/metatag/pull/86/files and you can see that it is just removing the duplicated function. You can just comment out that function in that location of the `metatag_views/metatag_views.module` and the update will work.