Applicable to:
- Plesk for Linux
- Plesk for Windows
-
It is not possible to activate/suspend a domain or a Plesk user account due to one of the following error messages:
Error: cObject::update() failed: Some fields are empty or contain an improper value. ('email' = '')
Error: cObject::update() failed: Some fields are empty or contain an improper value. ('displayName' = '', 'name' = '', 'email' = '')
-
The email in domain's DNS zone configuration in Plesk database is empty:
# plesk db "select * from dns_zone where name='example.com'\G"
*************************** 1. row ***************************
id: 4
name: example.com
displayName: example.com
status: 0
email: << EMPTY!
...
-
Or there are no DNS configuration for the domain in Plesk database:
# plesk db "select * from dns_zone where name='example.com'\G"
Cause
DNS zone is not configured for the domain or email address is missing from DNS zone configuration.
Comments
3 comments
I can't seem to find this reset to default option for domain aliases. I'm having issues with Plesk Migrator failing to migrate a subscription. When I listed the SQL data of the domain failing, it did give me a valid email address. The error I'm getting is;
Unable to create domain alias 'cs.ca' for domain 'cms.com' in subscription 'cms.com': Command execution failed on the local server with non-zero exit code.
command: /usr/local/psa/bin/domalias --create cs.ca -domain cms.com -notify false -ignore-nonexistent-options
exit code: 1
stdout:
stderr: Unable to create domain alias: cObject::update() failed: Some fields are empty or contain an improper value. ('email' = '')
Also I think there's a typo in the article, for Plesk Onyx on Debian/Ubuntu-based distributions should be for Plesk Onyx on Windows-based distributions
Hello @Sysadmin,
As I can see, you have already submitted a ticket and the issue is solved.
The following steps helped:
> Also I think there's a typo in the article, for Plesk Onyx on Debian/Ubuntu-based distributions should be for Plesk Onyx on Windows-based distributions
This error may occur on both Windows and Linux instances, that's why this article has such tags.
Please sign in to leave a comment.