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

Warning during Backup

D

DecodeStudios

Guest
Hi

we keep getting this error

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="warnings">
<object name="domainname.com" type="domain">
<message code="InformationalException" severity="error">Could not find password for account id '188'. Return empty password</message>
</object>
</execution-result>

How do we find which email account is causing the problem and then how do we fix this?

Regards
Dan
 
This message usually occurs when there is missed or empty password for specified account. Try to check it with

select * from accounts where id=188;

and update password field if it is empty.
 
Back
Top