Notice: Undefined variable: class funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
User error: Failed to load class for metatag og:title. funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
Notice: Undefined variable: class funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
User error: Failed to load class for metatag og:type. funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
Notice: Undefined variable: class funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
User error: Failed to load class for metatag og:url. funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
Notice: Undefined variable: class funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).
User error: Failed to load class for metatag og:description. funktiossa metatag_get_instance() (rivi 888 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/metatag/metatag.module).

Comments

damienmckenna’s picture

StatusFileSize
new447 bytes

Please try this patch and let us know if it fixes the problem. The path changes line 888 from:

    trigger_error("Failed to load class $class for metatag $metatag.", E_USER_ERROR);

to

    trigger_error("Failed to load class $info['class'] for metatag $metatag.", E_USER_ERROR);
damienmckenna’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, metatag-n1504188-1.patch, failed testing.

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new449 bytes

Lets see if the testbot likes this patch.

dave reid’s picture

Version: 7.x-1.0-alpha4 » 7.x-1.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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