Applicable to:
- Plesk for Windows
Symptoms
The following warning is shown during Plesk migration whereas mentioned PHP handler exists on the target server:
CONFIG_TEXT: Service plan 'Default Domain' on source server has PHP handler
that is not installed on the target server: custom PHP handler (id='fastcgi-7.4') for PHP 4 running in CGI mode.
Another PHP handler was selected for that service template: custom PHP handler (id='cgi-5.6') for PHP 5.6.40 running in CGI mode
Cause
Misconfiguration in Plesk database. The orphaned parameter php_version and/or php_handler_type in the table TmplData
.
It is considered as Plesk Migrator bug with ID PMT-4892.
Resolution
-
Connect to the source server via RDP.
-
Open command prompt as Administrator and make Plesk database backup:
C:\> plesk db dump > C:\plesk_db_dump.sql
-
Remove all unnecessary lines from Plesk database:
C:\> plesk db "DELETE FROM TmplData WHERE element='php_version'"
C:\> plesk db "DELETE FROM TmplData WHERE element='php_handler_type'"
-
Log in to Plesk on the target server.
-
Go to Tools & Settings > Migration & Transfer Manager > 213.0.1.2
-
Click the button Reload source data and re-migrate necessary subscriptions.
Comments
0 comments
Please sign in to leave a comment.