| Comment | File | Size | Author |
|---|---|---|---|
| #12 | metatag-n2958743-12.patch | 588 bytes | damienmckenna |
| #10 | metatag-n2958743-10.patch | 1020 bytes | damienmckenna |
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | metatag-n2958743-12.patch | 588 bytes | damienmckenna |
| #10 | metatag-n2958743-10.patch | 1020 bytes | damienmckenna |
Comments
Comment #2
damienmckennaThat's odd, thanks for reporting it. Did you clear/rebuild the caches after updating the first time?
Comment #3
adamevertsson commentedWhen I got the error message I reverted the code to 1.0, cleared cache (via Drupal, not Drush or simliar) and then tried again. Same error. I then proceeded with the incremental (is that the right word in English) update, and it went well.
Comment #4
trong.nguyen.tcec commentedif you run update.php/selection, site will get error.
I think metatag should ignore any replacement on /update.php
Try this code on metatag/src/MetatagManager.php (namespace Drupal\metatag\MetatagManager)
Comment #5
damienmckennaThat's worth considering.
Comment #6
StepanISK commentedThank you. #4 works for me
Comment #7
chiefme commentedSame problem. #4 worked for me too.
Comment #8
quixxel commented#4 works for me too.
Comment #9
danpeig commentedHaving the same problem. Metatag had to be uninstalled so I could run the update.php/selection script.
Drupal 8.5.3 running on PHP 7.1.17.
Comment #10
damienmckennaThe code from #4 in patch format.
Comment #11
cprofessionals commentedThank you this patch fixed the issue for me.
Comment #12
damienmckennaOut of interest, does this work too?
Comment #13
rjg commented#10 and #12 both worked for me
Comment #15
damienmckennaCommitted. Thank you for your help tracking this down and to trong.nguyen.tcec for working out a potential fix.