• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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