• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved error adding domain

Kingsley

Silver Pleskian
Hello;

I tired adding domain and i got the following error, i don't know if its because of MODsecurity which failed to install earlier today. I am using Debian 9.5

Code:
Error: Unable to load object of type PhDomain with id=78: Unable to update domain data: DB query failed: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'rnameType' in 'field list', query was: replace dns_zone set `id`='0', `name`='petable.co', `displayName`='petable.co', `email`='[email protected]', `status`='0', `syncRecords`='skip', `syncSoa`='skip', `type`='master', `ttl`='86400', `ttl_unit`='86400', `refresh`='10800', `refresh_unit`='3600', `retry`='3600', `retry_unit`='3600', `expire`='604800', `expire_unit`='86400', `minimum`='10800', `minimum_unit`='3600', `serial`='1537996738', `serial_format`='UNIXTIMESTAMP', `external_id`='', `rnameType`='owner'
 
Have you tried to fix it with

# plesk repair db

?

No, but i just did

Code:
root@boma:~# plesk repair db

Checking the Plesk database using the native database server tools .. [OK]

Checking the structure of the Plesk database

  Column rnameType is absent in the table dns_zone .................. [ERROR]
  Repair table 'dns_zone'? [Y/n] Y
    Creating a database dump ........................................ [OK]
    A dump of the database was created before an attempt to repair the database: /var/lib/psa/dumps/mysql.preresolve.20180927-063649.dump.gz
    Repairing table 'dns_zone' ...................................... [FIXED]

Checking the consistency of the Plesk database ...................... [OK]

Error messages: 1; Warnings: 0; Errors resolved: 1

root@boma:~#
 
Back
Top