• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

New Error Message

A

AFTDESIGN

Guest
On the main Plesk page where it lists all the clients, I click on "Traffic" and I get the following error. Yesterday it worked perfectly, but today it doesn't work and I didn't change anything...


ERROR
Up LevelUp Level
Unable to query: Got error 28 from table handler
0: /usr/local/psa/admin/plib/common_func.php3:203 psaerror(string "Unable to query: Got error 28 from table handler")
1: /usr/local/psa/admin/plib/class.ServerTrafficList.php:59 db_query(string "SELECT YEAR(tr.date), MONTH(tr.date), DAYOFMONTH(MIN(tr.date)), DAYOFMONTH(MAX(tr.date)), SUM(tr.http_in) + SUM(tr.ftp_in) + SUM(tr.smtp_in) + SUM(tr.pop3_imap_in), SUM(tr.http_out) + SUM(tr.ftp_out) + SUM(tr.smtp_out) + SUM(tr.pop3_imap_out) FROM ClientsTraffic tr GROUP BY YEAR(tr.date), MONTH(tr.date) ORDER BY tr.date ASC")
2: /usr/local/psa/admin/plib/class.cList.php3:94 ServerTrafficList->fetchServerTrafficList()
3: /usr/local/psa/admin/plib/class.cList.php3:114 ServerTrafficList->fetchList()
4: /usr/local/psa/admin/htdocs/server/server_traffic.php:44 ServerTrafficList->init()


Any help would be appreciated.


-Andrew
 
Hello,


Just restart the plesk service

service psa restart

and it will fix it.
 
Back
Top