Fatal error: Call to member function get() on null

Hi there,
i have the following issue and i am new here.
Can you help me please?

Thank you.
Silvia!

:crossed_fingers:

Hey @Jamira, Welcome to the Local Community Forums!

That message isn’t directly related to Local, so I moved this topic into the more general “WordPress Questions” category.

Basically, that error means that something is causing a PHP fatal error. You might want to search the web for general information about troubleshooting and debugging WordPress. For example, this blog post goes over some good general info:

And this page in the WP Codex has some specific info about debugging WordPress:

My general process when seeing an error like that is to search google for that error message. In this case, search for something like:

wordpress Call to member function get() on null

and in this case, found this post: https://wordpress.org/support/topic/fatal-error-uncaught-error-call-to-a-member-function-get-on-null/

It’s likely that there’s a plugin or theme that’s generating an error, so you just need to zero in on what the specific cause of that error is. Good luck!

1 Like

Hi @ben.turner,
thank you so much for all your amazing help.
I will “study” it and thanks again.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.