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

Comments

decibel.places’s picture

Title: Notice: Undefined index: in metatag 7.x » metatag_ui module missing since alpha4
Version: 7.x-1.x-dev » 7.x-1.0-alpha4

heh - 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

nick_schuch’s picture

I believe that metatag_ui was consolidated into metatag module.

Is this still occurring?

damienmckenna’s picture

Version: 7.x-1.0-alpha4 » 7.x-1.x-dev
Assigned: Unassigned » damienmckenna

You 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.

damienmckenna’s picture

Tag.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new1.28 KB

Try this out. It *does* add a .module file again, but we need that for module_disable() to work.

damienmckenna’s picture

Status: Needs review » Fixed

Committed. This should help.

Automatically closed -- issue fixed for 2 weeks with no activity.

damienmckenna’s picture

Assigned: damienmckenna » Unassigned
Issue summary: View changes