- Issue created by @stephenplatz
- πΊπΈUnited States DamienMcKenna NH, USA
Ran into this problem after running the update script, it's like there's a key_value item somewhere that still keeps the old plugin name.
- πΊπΈUnited States DamienMcKenna NH, USA
Note: the problem I ran into was when I was trying to delete the Instagram media type, but just updating the site seemed ok.
- πΊπΈUnited States grgcrlsn321
Ran into the same issue as @DamiemMcKenna when updating 2.0 -> 3.0. After running the drush eval command site started working again.
- π¨π¦Canada bbombachini London, ON
We had the same issue updating from 2.0 -> 3.0 and running the drush eval cmd helped although I had the following warnings so I'm not sure if it's doing anything:
[warning] Trying to access array offset on value of type null media_entity_instagram.post_update.php:40 [warning] Trying to access array offset on value of type null media_entity_instagram.post_update.php:61
I also noticed that I had this error before the media_entity_instagram update hook that replaces instagram plugin by oembed:instagram and that might be related with the problem.