• 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.

After upgrade to Plesk8.3.0, desktop fails with MySQL errors

N

net24

Guest
ERROR: PleskMainDBException
DB query failed: Incorrect information in file: '.\psa\newsarticles.frm'

Additionally, an exception has occurred while trying to report this error: PleskMainDBException
DB query failed: Incorrect information in file: '.\psa\newsarticles.frm'

0: D:\plesk\admin\plib\common_func.php3:213
db_query(string 'select id, class, data from NewsArticles where id > 0 order by id')
1: D:\plesk\admin\plib\news\NewsManager.php:52
NewsManager->getArticles(integer '0')
2: D:\plesk\admin\plib\news\NewsManager.php:30
NewsManager->getNewArticles()
3: D:\plesk\admin\plib\class.Form.php:320
Form->assign()
4: D:\plesk\admin\plib\dashboard\DashboardForm.php:96
DashboardForm->assign(array, object of type UserAdmin)
5: D:\plesk\admin\plib\dashboard\DashboardLocation.php:51
DashboardLocation->accessItem(string 'GET', NULL null)
6: D:\plesk\admin\plib\UIPointer.php:529
UIPointer->access(string 'GET')
7: D:\plesk\admin\htdocs\plesk.php:13
 
'.\psa\newsarticles.frm'

this is because newsarticles table is corrupted in Plesk database.

it is necessary to login to Plesk MySQL database which is running on 8306 port typically, delete and recreate the table.

but it is necessary to create it with proper Plesk Default structure

probably, switching Plesk database provider to JET or MSSQL type will create the table
 
Back
Top