• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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