• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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