• 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

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