• 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!
  • 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.

Horde Addressbook: DB Error: no such field

H

Herby

Guest
When trying to add a contact to the addressbook I can choose between 2 A.Books ("Mein Adressbuch" and "Privates Adressbuch")

When adding a contact to "Mein Adressbuch" i get the following error:

Beim Hinzufügen dieses Kontakts ist ein Fehler aufgetreten. Bitte wenden Sie sich an Ihren Systemadministrator für weitere Hilfe.DB Error: no such field

translated:
When adding this contact an error occured. Please ask your system administrator for further assistance..DB Error: no such field
 
You can check the tables using the following command.

mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow` horde

Then give the command as follows:

mysqlcheck -r -uadmin -p`cat /etc/psa/.psa.shadow` horde

and add the horde_datatree and horde_datatree_attributes tables.

Just adding tables without fields wouldnt do much I guess?
 
What does this do and does it actually work?

I have a user complaining about this very error in managing their address book. I'm not inclined to just launch commands without having a better idea what it's going to do and what I'm doing. Does anybody know a little bit more about this that they can share? Thanks.
 
Follow-up on my previous post

I did some reading on the mysqlcheck command. It appeared to be a good thing so I squinted my eyes and held my breath while I entered the commands.

Everything came back and said it was okay. However, my user still reports the error. Ideas??
 
Back
Top