Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2013 at 16:21 UTC
Updated:
3 Sep 2013 at 04:11 UTC
Jump to comment: Most recent file
After installing Finder 7.x-2.0 and configuring an autocomplete jump menu, I observed three error messages displaying:
Notice: Undefined index: path in metatag_views_post_render() (line 1685 of [...]/metatag/metatag.module).
I tracked these error messages down to a non-existent views display (page_6, one increment higher than the previous existing one). I'm guessing that Finder is performing some kind of wizardry that conflicts with Metatag's expectations for a display path in hook_views_post_render(). I'll attach a simple patch that alleviates the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | metatag-finder-conflict-2061511-1.patch | 603 bytes | amanire |
Comments
Comment #1
amanire commentedComment #2
damienmckennaThanks for the patch! Committed.
Comment #3.0
(not verified) commentedcleaned up error message