• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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