-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user is not synced #43
Comments
Hello again, I have found the code in the file stuff/api/api_users.php where we get the error message "Could not write user to database". `
` But I don't know why the User can not be generated. Can someone explain me the function? Thank you in advance! Regards! |
Sounds like a bug to me.... Are you able to Access the Database from Both Sides? I checked that issue Yesterday with the Current versions, and it worked like it should. EDIT: I know why this issue is cooming up... |
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,
The text was updated successfully, but these errors were encountered: