• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Ensim Migration

M

markware

Guest
I have moved a few sites from Ensim to Plesk 8.3 and some of the PHP pages will not load, they just display an empty page.

Does the migration manager retain any PHP settings during the migration or how to I make sure that PHP is the same once it's migrated
 
Error Log

The migration finished and generated no errors,
 
Phpinfo

If you have changed PHP versions, there could be issues. Also, the php.ini defaults on Ensim and Plesk are different.

Create a phpinfo page on the old and new servers and compare settings.

Common items are:
register globals (#1 issue)
open base
memory limits
argv register
zend/ioncube or other optimizer/encoder

For DB driven sites, make sure the code is calling localhost and not the old servers name or IP address.
 
Back
Top