Good morning, Having some difficulties getting the faxsms module for ring central fully operational. Any help with debugging here would be greatly appreciated
`PHP Fatal error: Uncaught Error: Call to undefined method OpenEMR\\Modules\\FaxSMS\\Controller\\RCFaxClient::getMessageContent() in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php:950\nStack trace:\n#0 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php(921): OpenEMR\\Modules\\FaxSMS\\Controller\\RCFaxClient->processMessageStoreList()\n#1 [internal function]: OpenEMR\\Modules\\FaxSMS\\Controller\\RCFaxClient->getPending()\n#2 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php(83): call_user_func()\n#3 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php(56): OpenEMR\\Modules\\FaxSMS\\Controller\\AppDispatch->dispatchActions()\n#4 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php(48): OpenEMR\\Modules\\FaxSMS\\Controller\\AppDispatch->__construct()\n#5 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php(271): OpenEMR\\Modules\\FaxSMS\\Controller\\RCFaxClient->__construct()\n#6 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php(234): OpenEMR\\Modules\\FaxSMS\\Controller\\AppDispatch::getServiceInstance()\n#7 /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/index.php(25): OpenEMR\\Modules\\FaxSMS\\Controller\\AppDispatch::setApiService()\n#8 {main}\n thrown in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 950, referer: https://**/interface/modules/custom_modules/oe-module-faxsms/messageUI.php?type=fax
PHP Warning: Attempt to read property "name" on null in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 939
PHP Warning: Undefined property: stdClass::$from in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 939
PHP Warning: Attempt to read property "phoneNumber" on null in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 939
PHP Warning: Undefined property: stdClass::$from in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 940
PHP Warning: Attempt to read property "faxErrorCode" on null in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 940
PHP Warning: Undefined array key 1 in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 957
PHP Warning: Undefined property: stdClass::$faxErrorCode in /var/www/localhost/htdocs/openemr/interface/modules/custom_modules/oe-module-faxsms/src/Controller/RCFaxClient.php on line 940
`