GSuiteSignatureManager icon indicating copy to clipboard operation
GSuiteSignatureManager copied to clipboard

Fatal error: Uncaught Error: Call to a member function setSubject()

Open ArunMohan25 opened this issue 3 years ago • 1 comments

Having Same Problem Fatal error: Uncaught Error: Call to a member function setSubject() on null in D:\xampp\htdocs\test\vendor\moometric\gsuite\src\mooSignature.php:82 Stack trace: #0 D:\xampp\htdocs\test\vendor\moometric\gsuite\src\mooSignature.php(171): Moometric\mooSignature->getUsersList() #1 D:\xampp\htdocs\test\index.php(28): Moometric\mooSignature->updateSignatures() #2 {main} thrown in D:\xampp\htdocs\test\vendor\moometric\gsuite\src\mooSignature.php on line 82

@dariusakafest @moometric @julienmru

ArunMohan25 avatar Jan 26 '22 13:01 ArunMohan25

Despite being late for other coming across this: This is likely due to the service-account.json missing in local_vars or setting$serviceAccountPath to an invalid path.

Also be aware that using newer php versions might not work. For example the signature of implode changed in php 8 (https://www.php.net/manual/en/function.implode.php).

kl-thamm avatar Sep 20 '22 07:09 kl-thamm