• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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