1. PPWSE displays the "Not
Licensed server host" message.
To solve
this problem, follow these steps:
1.1 Check whether safe mode is
disabled for php (/etc/php.ini must have the string safe_mode = off).
If safe mode is enabled, disable it
by adding safe_mode = off to the end of the /etc/php.ini file.
1.2 Run the following command and
check the result:
/home/httpd/vhosts/<HOST_NAME>/<PPWSE_PATH>/checkgen.out
If the result is "Can't check
HWID", please contact the Technical Support Service.
1.3 Make sure you have the same hardware
configuration and/or system files (the latter can change if you reinstalled or
upgraded your operating system). If some of the files or hardware have been changed,
you need to obtain a new license key for PPWSE.
To activate the new key, open the
page http://<your_host_name>/<PPWSE_path>/?action=license
Enter the new key into the "Enter
authorization key" field and click Save.
2. The following message will be displayed:
"The file ... has been encoded
with the ionCube PHP Encoder and requires the free ionCube PHP Loader to be
installed".
2.1 Make sure that the /etc/php.ini file
contains string zend_extension=/usr/lib/ioncube/ioncube_loader_4.x.so and the /usr/lib/ioncube
directory is not empty. If this string or files in the directory are missing,
you have to download the IonCube loader for your OS from http://www.ioncube.com/loader_download.php
and install the downloaded utility, following
installation instructions for this file.