I am having a combination of
#1444464: WSOD on metatag's activation
and
#1569896: "Unknown" message
I am using some token modules (token_filter, wysiwyg_token_insert) - also some Views - but I get these issues in the admin and when viewing a node without a view or a token insert, there are still messages:
User error: Failed to load class for metatag title.
etc.
Upon installation I got a screen of messages "Notice: Undefined index:..."
I tried disabling the additional token modules, and reinstalling Metatag; that is when I got the "Unknown" issue
When I cleared cache, the "Notice: Undefined index:..." returned
Note that in the attached screencap, the data under "Global" is missing, and when I try to add a default, the select box is unpopulated
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | metatag-n1627686-5.patch | 1.28 KB | damienmckenna |
| cr-metatag-error.jpg.jpg | 167.32 KB | decibel.places |
Comments
Comment #1
decibel.places commentedheh - had to go back to alpha3 to find the metatag_ui.module and components
after that, the only file included was metatag_ui.info
not sure if this solves all the issues, but it seems to help
ALSO
git clone --recursive --branch 7.x-1.x http://git.drupal.org/project/metatag.git
is missing the metatag_ui files
and
git clone --recursive --branch master http://git.drupal.org/project/metatag.git
only returns one .info file
ONE MORE THING
after disable and uninstall, there remains a config record in the variable table, which applies itself on a fresh install - but that still didn't fix my issues
I don't remember the exact name, try SELECT * FROM variable WHERE name LIKE '%meta%'
BUT IT'S WORKING
on another site - I STILL had to manually add the metatag_ui module files -
so need some guidance still about troubleshooting the "Notice: Undefined index:" errors
Comment #2
nick_schuch commentedI believe that metatag_ui was consolidated into metatag module.
Is this still occurring?
Comment #3
damienmckennaYou know, I think the current effort to get rid of the defunct Metatag UI module doesn't quite work correctly. I'll work on this.
Comment #4
damienmckennaTag.
Comment #5
damienmckennaTry this out. It *does* add a .module file again, but we need that for module_disable() to work.
Comment #6
damienmckennaCommitted. This should help.
Comment #8
damienmckenna