• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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