• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue plesk backup error

solucionesuno

Regular Pleskian
Hello,

my backup get this error:

backup_info_2002031357.xml:
Line 76 error: Element 'user': Missing child element(s). Expected is ( preferences ).

then i can´t open. i get this error:

Error: The backup cannot be restored: the file has the wrong format.

some ideas?
 
Today we have same error, I will contact again plesk team, but do you have revieved an answer to this problem?
 
It is known bug #PPPM-11564 which will be included to the hotfix 18.0.23.4

To be able to create a backup update the Plesk database using the query below to set an email like noreply@user_login_name for users with an empty email set.

mysql> update smb_users set email=concat('noreply@',login) where email='';
 
It is known bug #PPPM-11564 which will be included to the hotfix 18.0.23.4

To be able to create a backup update the Plesk database using the query below to set an email like noreply@user_login_name for users with an empty email set.

mysql> update smb_users set email=concat('noreply@',login) where email='';

Thanks @IgorG I confirm that with this solution talked with plesk team this WE, this night, our backups have work fine!
Great work of plesk team to give an solution to this critial problem (firstly with the problem with old cloudlinux package and then with this other problem)!
 
Back
Top