• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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