• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ERROR: PleskUtilException

  • Thread starter alejandro jaime
  • Start date
A

alejandro jaime

Guest
Hi!

I'm using plesk 8.1.1 and when access to the reports I get the following error:

ERROR: PleskUtilException

get_dir_size: Error: unable to get dir size for /var/lib/mysql/abc

System error 2: No such file or directory

0: /usr/local/psa/admin/plib/DatabaseManagerMySQL.php:276
DatabaseManagerMySQL->getDatabaseSizeImpl(string 'abc', resource)
1: /usr/local/psa/admin/plib/DatabaseManager.php:265
DatabaseManager->getDatabaseSize(object of type Database)
2: /usr/local/psa/admin/plib/report/class.DomainReport.php:722
DomainReport->make_report_full_databases_()
3: /usr/local/psa/admin/plib/report/class.Report.php:269
Report->make_report(integer '7')
4: /usr/local/psa/admin/plib/ui_common/ReportUIPointer.php:37
ReportUIPointer->accessItem(string 'GET', NULL null)
5: /usr/local/psa/admin/plib/UIPointer.php:524
UIPointer->access(string 'GET')
6: /usr/local/psa/admin/htdocs/plesk.php:19
 
That error means that the database "abc" (/var/lib/mysql/abc) does not exist...
 
Back
Top