Closed (fixed)
Project:
Metatag
Version:
7.x-1.0-alpha7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2012 at 15:11 UTC
Updated:
7 Sep 2012 at 11:31 UTC
Notice: Undefined index: title in metatag_ui_config_overview() (line 93 of /metatags/metatag_ui/metatag_ui.admin.inc).
Notice: Undefined index: generator in metatag_ui_config_overview() (line 93 of /metatags/metatag_ui/metatag_ui.admin.inc)
The page title does not display in the browser aswell as the above errors. I also have the same issues with the dev version
Comments
Comment #1
damienmckennaMetatag UI was deprecated, the admin functionality was merged into the main module, so you shouldn't be seeing this error anymore.
Comment #2
antonyanimator commentedYou are correct, I disabled the metatag_ui modules and everything works fine, should it not be removed from the module?
However just for anyone that comes along this issue, I was using [node:title], when I changed it to [current-page:title] it would display correctly. I believe it is because I am using the exclude node title module
Comment #3
damienmckennaThere shouldn't be any files in the metatag_ui directory except for metatag_ui.info, if you have anything else it suggests your files were not updated correctly.