mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #838] cant update identities #749
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#749
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @suptimal on GitHub (Feb 29, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/838
icant update older identities.
updatet to version 1.4.4
i try to edit an identitie and if i hit update i get
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data@tonioo commented on GitHub (Feb 29, 2016):
What was your previous version ?
@suptimal commented on GitHub (Feb 29, 2016):
i dont know, sry.
but i found a backup "/var/www/modoboa" can i find the version string ther?
@tonioo commented on GitHub (Feb 29, 2016):
Don't think so. Anyway, it seems you have orphan records in your database... (ie. accounts with no owner)
Have you dropped administrators recently ?
@suptimal commented on GitHub (Feb 29, 2016):
yes, i'am missing some in table: "admin_domain"
@suptimal commented on GitHub (Mar 1, 2016):
ok was an upgrade from 1.4.3 to 1.4.4.
can u tell me how i can find the orphan records (mysql db)?
@suptimal commented on GitHub (Mar 1, 2016):
thx for ur time i found it, some objects have 0 owner... ;)
@tonioo commented on GitHub (Mar 1, 2016):
Great. I was planing to add a management command for that.
@suptimal commented on GitHub (Mar 2, 2016):
just in case, i had many object_ids with no owner:
after setting one user_id as owner it worked.
@khalidzouagui commented on GitHub (Jan 8, 2018):
Hi,
Please Mr tonioo, I have installed modoboa 1.9.1, but when i try to add a new account i could not and in the console i receive this error :
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data : jquery.min.js:3:4315
Thank you for your time and your help.
@tonioo commented on GitHub (Jan 8, 2018):
@khalidzouagui Please don't comment old and closed issues. Open a new one instead.