• 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 while listing domains and clients

C

cybernova

Guest
Hi guys,

i am getting the following error whil listing the clients or domains in the plesk control panel
+++++++++
Unable to query: Unknown column 'page_size' in 'field list'
---------------------- Debug Info -------------------------------
0: C:\Program Files\SWsoft\Plesk\admin\plib\common_func.php3:162 psaerror(string "Unable to query: Unknown column 'page_size' in 'field list'")
1: C:\Program Files\SWsoft\Plesk\admin\plib\class.cList.php3:144 db_query(string "select flags, sort, filter, page, page_size from ListsParams where user_id="0" and user_type="1" and parentList_id="0" and list_name="clientslist"")
2: C:\Program Files\SWsoft\Plesk\admin\plib\class.cList.php3:60 clientslist->fetchlistparams()
3: C:\Program Files\SWsoft\Plesk\admin\plib\class.ClientsList.php3:15 clientslist->clist()
4: C:\Program Files\SWsoft\Plesk\admin\htdocs\clients\clients.php3:19 clientslist->clientslist()

++++++++++++++++++++++


Please shed some light on this
 
Please add column `page_size` to PSA.ListsParams table by sql.
This column has type: int(11) NOT NULL default '0'.
 
Back
Top