After update to 7.x.1.0, I can't edit the metatag fields.

If I open the Globa override settings, I get this message:
Notice: Undefined index: #description in metatag_config_edit_form() (line 312 of */sites/all/modules/metatag/metatag.admin.inc).

If I would like to overide fields, I get this message, and the fields will be empty.
Notice: Undefined index: value in metatag_config_save() (line 329 of */sites/all/modules/metatag/metatag.module).

I use drupal 7.31 with i18n.

Thanks for support.

Comments

andyd328’s picture

I'm getting almost the same error on a new install. RDF is uninstalled.

"Notice: Undefined index: #description in metatag_config_edit_form() (line 312 of [..]/modules/metatag/metatag.admin.inc)."

Am unable to edit any metatag fields through the UI at eg admin/config/search/metatags/config/global
Also on 7.31 core with 7.x.1.0.

Imagecache Token and Transliteration modules are not installed.

damienmckenna’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new641 bytes

This appears to resolve the problem.

damienmckenna’s picture

Title: Notice: Undefined index: #description in metatag_config_edit_form() (line 312 » Metatag config system not updated to handle new language-based config structure
Status: Needs review » Needs work

This is a larger kettle of fish. Sorry.

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new1.12 KB

This may resolve the problems.

damienmckenna’s picture

Priority: Normal » Critical

The patch in #4 fixes the configuration handling so that it's stored in the old format, I'll get 1.1 out in the morning and hopefully there won't be continue problems for this.

mrakosms’s picture

The patch #4 solved the problem. Thanks.

damienmckenna’s picture

Status: Needs review » Fixed

Thanks for the review. I've committed this.

  • DamienMcKenna committed 55da741 on 7.x-1.x
    Issue #2340337 by DamienMcKenna: Config system updated for the new...
dadderley’s picture

Had the same problem. The new dev release cured it.

Boy that was fast.
Good work!
Thank You.

damienmckenna’s picture

I've released v7.x-1.1, which includes this fix.

andyd328’s picture

Many thanks for such a fast fix and for maintaining such a great module. All working well.

JRF’s picture

#4 solve the problem for the main module but not for the submodule metatag_views.

damienmckenna’s picture

Lets move the Metatag:Views problem into #2341795: Views integration broke in 1.0.

Status: Fixed » Closed (fixed)

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