• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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