(08-19-2020, 02:22 PM)joebordes Wrote: please update and try again
The problem is still not fixed.
If the delete command is pressed at the position shown above, the following error is displayed
Fatal error: Call to a member function pquery() on null in C:\xampp\htdocs\data\CRMEntity.php on line 1746
Click delete in place as second image, undefined error will show up
Can you guide me on how to catch this error?
Thanks
PS: I checked the PBXManager.php file code, when I keep the following 2 lines of code, it worked
public $db;
$this->db = PearDatabase::getInstance();
Please check this file code! Thanks