• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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