Open 321zeno opened 1 month ago
I fired up xdebug today and noticed that actually the error comes from here
https://github.com/statamic/seo-pro/blob/master/src/Cascade.php#L386
for the $item "{{ git }} add {{ paths }}"
If I comment out the return $this->parseAntlers($raw);
here the directive works as expected
Are you able to provide the full stack trace?
Getting
php please support:details
:After some debugging I notice in https://github.com/statamic/seo-pro/blob/master/src/Tags/SeoProTags.php#L39
$this->context->value('seo')
is alwaysnull
because theseo
key is not set on the context.I reviewed the setup instructions a few times but I can't figure out why the
seo
is missing from the context, can anyone please help? ThanksEdit: I spotted another warning that might be relevant, before the
array_merge
error: