-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello,
We have an issue with user syncing. If we create a order on whmcs we get an api error response with the message "User is not synced!" In the log we can find the following error:
Easy-Wi.com API Response: "action"=>"fail","actionSend"=>"add","username"=>"u0","external_id"=>":3","email"=>"[email protected]","errors"=>"Could not write user to database","password"=>"","active"=>"Y","localid"=>"0","vname"=>"Max","name"=>"Mustermann","phone"=>"","handy"=>"","fax"=>"","city"=>"Musterstadt","cityn"=>"","street"=>"Musterstrasze","streetn"=>"1","salutation"=>"","birthday"=>"","country"=>"de","fdlpath"=>"","mail_backup"=>"Y","mail_gsupdate"=>"Y","mail_securitybreach"=>"Y","mail_serverdown"=>"Y","mail_ticket"=>"Y","mail_vserver"=>"Y",
In the whmcs database in the table mod_easywi_user_synced we can confirm the user with synced flag = N.
So my questions, why can the user not be write to the database?
Thank you for your help!
Regards,