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
This sounds like a simple typo issue. The db object is probably $this->fcmsDatabase and not $this->db.
PHP Error
Undefined property: AdminMembers::$db
File: /inc/admin_members_class.php
Line: 635
Stack:
#0 __construct called at [/admin/members.php:27]
#1 control called at [/admin/members.php:61]
#2 displayMergeMemberFormReview called at [/admin/members.php:117]
#3 fcmsErrorHandler called at [/inc/admin_members_class.php:635]
PHP: 5.2.17 (Linux)
Fatal error: Call to a member function query() on a non-object in /inc/admin_members_class.php on line 635
The text was updated successfully, but these errors were encountered:
This sounds like a simple typo issue. The db object is probably $this->fcmsDatabase and not $this->db.
The text was updated successfully, but these errors were encountered: