You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a default image field that is nested hero_fieldset.hero_image, if the image field is not populated with an image it throws the following:
Error
Call to a member function get() on null
Updating line 149 of OpengraphSeoData.php as follows prevents the error, I was wondering if you'd consider incorporating this fix into a future release.
if (!$field || !$field->get('defaultValuePage')) {
Thanks very much, Tim
The text was updated successfully, but these errors were encountered:
Hi Wanze,
Great module, thanks for developing.
I'm trying to use a default image field that is nested
hero_fieldset.hero_image
, if the image field is not populated with an image it throws the following:Error
Call to a member function get() on null
Updating line 149 of OpengraphSeoData.php as follows prevents the error, I was wondering if you'd consider incorporating this fix into a future release.
if (!$field || !$field->get('defaultValuePage')) {
Thanks very much, Tim
The text was updated successfully, but these errors were encountered: