My front page with a views slideshow doesn't have any metatags showing

Comments

jrglasgow’s picture

Status: Active » Needs review
StatusFileSize
new436 bytes

I have tracked down the problem to metatag_page_build() when $page['content'] has not yet been set so metatag_page_build() just returns.

that is from #1281570: PHP notice when enable or disable links clicked in overlay (and redirect problem)

Instead I tried creating $page['content'] as an empty array and that seemed to fix my issue and didn't break #1281570: PHP notice when enable or disable links clicked in overlay (and redirect problem).

here is a patch for this issue.

damienmckenna’s picture

Assigned: Unassigned » damienmckenna

Will review this for the next release.

damienmckenna’s picture

Status: Needs review » Fixed

I've committed the patch with a small change to the comment. Thanks.

Both you and tahiticlic (who provided the same fix) are mentioned in the changelog, but I noted you as the author as you provided a patch.

Status: Fixed » Closed (fixed)

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

damienmckenna’s picture

Assigned: damienmckenna » Unassigned
Issue summary: View changes