Error : Call to a member function namespace() on null #8485
Unanswered
Nathan269
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
Is it possible some entries have a blueprint and some don't? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is just the first part of my test that is failing:
I get this error:
Error : Call to a member function namespace() on null
/Users/nathanbayne/projects/vtm3/vendor/withcandour/aardvark-seo/src/Listeners/AppendEntrySeoFieldsListener.php:24
It's complaining about this line within the AppendEntrySeoFieldsListener.php:
$handle = $event->blueprint->namespace();
if i dd($handle) and then run the test, i get this:
collections.pages
does anyone have any idea why namespace is returning as null?
Beta Was this translation helpful? Give feedback.
All reactions