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

Migration Manager Errors

C

crazy4bass

Guest
Got everything upgraded to 7.5.2 fine and I just have the standard license, didn't spring for the addon package so this may be the cause of this problem but here goes.

Used the updater to install the Migration Manager, it appears active in the CP but when you run it this is what you get:

migrationmanagerfactory::fetchAttrsFromTable_() failed: migrationmanagerfactory: unable to select: Can't find file: 'PMM.MYI' (errno: 2)

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/plib/PMM/MigrationManagerFactory.php:31 psaerror(string "migrationmanagerfactory::fetchAttrsFromTable_() failed: migrationmanagerfactory: unable to select: Can't find file: 'PMM.MYI' (errno: 2)")
1: /usr/local/psa/admin/htdocs/server/PMM/index.php:8 migrationmanagerfactory->migrationmanagerfactory()

Any ideas what this is about? btw: did upgrade to MySQL 4.0.20 but everything else seems to work just fine.

Thanks
 
Check that psa.PMM table exists

mysql> show tables;

and if not - create it

mysql> CREATE TABLE PMM (param, val) TYPE=InnoDB;

Or probably your database is corrupted? You also may drop PMM table and recreate it...
 
I have the same error and I tried what you wrote but it didn't work, anyone know how to fix this, please.
 
Back
Top