DennisAm
Basic Pleskian
Hi there!
My Plesk backup doesn't work properly. I constantly get the error "dump file has wrong format".
I followed the steps in "How to verify an invalid Plesk backup file" (http://kb.odin.com/en/117208) and found the following:
This is the line the tool refers to:
As you can see, in notification id 23, there is no <notice-text> which seems to cause the error.
So I went to the Notifications part in Plesk and got the following error:
"Error: Unable to create notification: Unable to create Note object: Note: unable to select: no such row in the table"
No matter what I do (updating settings, saving, etc.), the error keeps coming back. Seems like a database inconsistency. How can I access the Plesk DB through PhpMyAdmin to check the notifications table? When I go to Settings > Database servers > Local MySQL server > Webadmin, I only see my customers' databases.
Thanks in advance for any reactions.
Dennis
My Plesk backup doesn't work properly. I constantly get the error "dump file has wrong format".
I followed the steps in "How to verify an invalid Plesk backup file" (http://kb.odin.com/en/117208) and found the following:
Code:
C:\Users\Administrator>c:\xmllint\xmllint.exe --noout --schema "%plesk_dir%\PMM\
plesk.xsd" "D:\Program Files (x86)\Parallels\Plesk\Backup\manual_info_1411131008
_formatted.xml"
file:///D:/Program%20Files%20(x86)/Parallels/Plesk/Backup/manual_info_1411131008
_formatted.xml:2769: element notification: Schemas validity error : Element 'not
ification': Missing child element(s). Expected is ( notice-text ).
D:\Program Files (x86)\Parallels\Plesk\Backup\manual_info_1411131008_formatted.x
ml fails to validate
This is the line the tool refers to:
Code:
<notification id="23" send2admin="true" send2reseller="false" send2client="false" send2email="false" email="" subj="Application Updates."/>
<notification id="24" send2admin="false" send2reseller="false" send2client="false" send2email="false" email="" subj="Application Updates.">
<notice-text>extension=php_intl.dll
extension=php_fileinfo.dll</notice-text>
</notification>
As you can see, in notification id 23, there is no <notice-text> which seems to cause the error.
So I went to the Notifications part in Plesk and got the following error:
"Error: Unable to create notification: Unable to create Note object: Note: unable to select: no such row in the table"
No matter what I do (updating settings, saving, etc.), the error keeps coming back. Seems like a database inconsistency. How can I access the Plesk DB through PhpMyAdmin to check the notifications table? When I go to Settings > Database servers > Local MySQL server > Webadmin, I only see my customers' databases.
Thanks in advance for any reactions.
Dennis