06-20-2016, 11:22 AM
Sorry if this is in the wrong section 
Whenever I try to provision an account through WHMCS with the module on that was on these forums i get the error
"Order Accept Encountered Problems
Account couldn't be created, couldn't verify that email 'XXXXXX@gmail.com' is unique"
Debug Info:
Thanks!

Whenever I try to provision an account through WHMCS with the module on that was on these forums i get the error
"Order Accept Encountered Problems
Account couldn't be created, couldn't verify that email 'XXXXXX@gmail.com' is unique"
Debug Info:
Code:
array (
'email' => 'XXXXXX@gmail.com',
)Code:
Caught exception: Unable to parse response body into XML: String could not be parsed as XML
#0 /home/outragehost/public_html/billing/modules/servers/sentora/lib/senitor/src/Handlers/XmwsResponse.php(57): GuzzleHttp\Message\Response->xml()
#1 /home/outragehost/public_html/billing/modules/servers/sentora/lib/senitor/src/Handlers/XmwsResponse.php(35): Ballen\Senitor\Handlers\XmwsResponse->checkErrors()
#2 /home/outragehost/public_html/billing/modules/servers/sentora/lib/senitor/src/Handlers/XmwsRequest.php(92): Ballen\Senitor\Handlers\XmwsResponse->__construct(Object(GuzzleHttp\Message\Response))
#3 /home/outragehost/public_html/billing/modules/servers/sentora/lib/senitor/src/Senitor.php(130): Ballen\Senitor\Handlers\XmwsRequest->send()
#4 /home/outragehost/public_html/billing/modules/servers/sentora/sentora.php(327): Ballen\Senitor\Senitor->send()
#5 /home/outragehost/public_html/billing/modules/servers/sentora/sentora.php(389): sendSenitorRequest(Array, 'whmcs', 'CheckUserEmailI...', Array)
#6 /home/outragehost/public_html/billing/includes/classes/WHMCS/Module/AbstractModule.php(0): sentora_CreateAccount(Array)
#7 /home/outragehost/public_html/billing/includes/classes/WHMCS/Module/Server.php(0): WHMCS\Module\AbstractModule->call()
#8 /home/outragehost/public_html/billing/includes/modulefunctions.php(0): WHMCS\Module\Server->call()
#9 /home/outragehost/public_html/billing/includes/modulefunctions.php(0): ModuleCallFunction()
#10 /home/outragehost/public_html/billing/includes/orderfunctions.php(0): ServerCreateAccount()
#11 /home/outragehost/public_html/billing/admin/orders.php(0): acceptOrder()
#12 {main}Thanks!