• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Cannot Create Domain

M

mortezah

Guest
When i want to create new domain in my plesk panel system return this error:
ERROR: PleskFatalException
Failed domain creation: Unable to update domain data: Failed setting of domain parameters: Cannot change Webmail on domain: webmail

0: DomainPropertiesUIPointer.php:267
DomainPropertiesUIPointer->accessItem_create(string 'POST')
1: DomainPropertiesUIPointer.php:59
DomainPropertiesUIPointer->accessItem(string 'POST', NULL null)
2: UIPointer.php:596
UIPointer->access(string 'POST')
3: plesk.php:38
My Server Info:
CentOS 5.4
Plesk psa-9.2.3-cos5.build92091016.19
 
Hello,

Please, try to create the domain with the enabled mysql log: to the file /etc/my.cnf add the following string:

log=/tmp/my.log

Then please, restart mysql service:

# /etc/init.d/mysqld restart

Then please, try to perform the domain creation, and after it fails, please, check the /tmp/my.log file for the queries that cause the issue.

Thank you
 
I have this same problem, exactly the same error, however when I try the suggested log file above, nothing is written to it, it remains empty.

My server:
9.3.0-cos5.build93091230.06

Is there anything else I can do to fix or debug this?
 
Fixed

OK, I have managed to fix the problem.
Within the Plesk Administration page, I clicked on Updates within 'Help & Support'.
I then proceeded to update Plesk. It seems that Horde required an update.
Once My Plesk was updated, I was able to continue adding domains with no problems.
 
Back
Top