php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Call to a member function"

What is the error message "Fatal error: Call to a member function bind_param() on a non-object" in PHP related to?

The error message "Fatal error: Call to a member function bind_param() on a non-object" in PHP is related to attempting to call the bind_param() funct...

How can the error "Fatal error: Call to a member function addActiveGuest() on a non-object" be resolved in the context of the provided PHP code?

The error "Fatal error: Call to a member function addActiveGuest() on a non-object" occurs when trying to call a method on an object that does not exi...

What is the significance of the error message "Call to a member function on a non-object" in PHP?

The error message "Call to a member function on a non-object" in PHP occurs when you try to call a method on a variable that is not an object. This ty...

What is the potential cause of the error "Call to a member function get_now() on a non-object" in PHP classes?

The error "Call to a member function get_now() on a non-object" in PHP classes typically occurs when trying to call a method on an object that is not...

What is the significance of the error "Call to a member function fetch() on a non-object" in PHP?

The error "Call to a member function fetch() on a non-object" in PHP occurs when trying to use the fetch() method on a variable that is not an object,...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.