Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2011 at 08:36 UTC
Updated:
19 Oct 2012 at 14:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
dotidentity commentedError disappears when I uninstall Open Graph meta tags
Comment #2
socialnicheguru commentedI get the same error. will try removing open graph meta tags
Comment #3
Chris CharltonIt appears Metatag module isn't clearing out any add-on entries when they are disabled or uninstalled (including the OpenGraph add-on, and any custom Metatag add-ons). My Smart App Banners add-on for Metatag module is experiencing this issue at the moment.
Note: I am running version 7.x-1.0-alpha6.
Comment #4
damienmckennaI need to test this.
Comment #5
damienmckennaOk, yes, the bug persists.
Comment #6
damienmckennaThis is a problem with how the module works. When a meta tag's configuration is unavailable, due to a module being either disabled or uninstalled, any data that depended on that module will still be loaded, thus Metatag tries to load the necessary classes and display it. Obviously there's no configuration available for an invalid meta tag, so the module currently displays a warning. This patch removes the code that displays the warning message because Dave Reid felt in #1771080: Uninstall Hook that the module should continue to work.
Comment #7
damienmckennaCommitted.
Comment #8
damienmckennaLast night saw the release of 7.x-1.0-beta1, so I'm closing all these "fixed" issues in the interest of tidying up the issue queue. Thank you all for your help getting us to this point!