• 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

Migration Manager (PMM) problem

K

[K]NiGhTz

Guest
Hi!

I have migrated my old server to a new one using the plesk migration manager - no problems. But, when it finished, I can't do another migration. I can enter to the migration manager menu, but when I click on "Start a new migration":

ERROR: PleskFatalException

Unable find "<fs-detection><fs>" in "<?xml version="1.0"?><fs-detection></fs-detection>"

0: /usr/local/psa/admin/plib/common_func.php3:172
psaerror(string 'Unable find "<fs-detection><fs>" in "<?xml version="1.0"?><fs-detection></fs-detection>"')
1: /usr/local/psa/admin/plib/PMM/MigrationUploadScout.php:484
MigrationUploadScout->getLocalHostFS()
2: /usr/local/psa/admin/plib/PMM/MigrationUploadScout.php:541
MigrationUploadScout->getLocalHostFSList()
3: /usr/local/psa/admin/plib/PMM/MigrationUploadAgentForm.php:67
MigrationUploadAgentForm->assign(object of type MigrationUploadScout)
4: /usr/local/psa/admin/htdocs/server/PMM/main.php:36

I have removed the psa-migration-manager and installed it again, but the same error appears.

Fresh install of Plesk 8.0.1 on FC4.

Thanks!
 
Had the same issue and found the following solution:

/etc/mtab does not contain the virtual root Filesystem

so rename /etc/mtab and create a symbolic link to /proc/mounts

---
mv /etc/mtab /etc/mtab.orig;
ln -s /proc/mounts /etc/mtab;
---

Regards

Daniel
 
Back
Top