Hello,
I was able to resolve the problem with xxxxxxxxxxxxxxxx loading.
There was an issue with the php.ini file located at /home/xxxx/public_html/php.ini
I moved this out of the way using:
# mv /home/xxxx/public_html/php.ini{,.bak}
The backup file is available at /home/bacha/public_html/php.ini.bak if needed.
Please let me know if you have any further questions or issues.
Regards,
Hello,
I made an attempt to fix the original php.ini as I saw there were some security settings present in it.
Here is the original file:
[03:33:21 mail root@7395167 ~]cPs# cat /home/bacha/public_html/php.ini
disable_functions = allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20100525"
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.4.so"
zend_extension = "/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so"
I updated:
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.4.so"
To :
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.5.so"
And the sites are once again loading, with the php.ini in place.
I hope that is helpful.
DANS LE PHP.INI il a ajouté
disable_functions = allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20100525"
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.5.so"
zend_extension = "/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so"
I was able to resolve the problem with xxxxxxxxxxxxxxxx loading.
There was an issue with the php.ini file located at /home/xxxx/public_html/php.ini
I moved this out of the way using:
# mv /home/xxxx/public_html/php.ini{,.bak}
The backup file is available at /home/bacha/public_html/php.ini.bak if needed.
Please let me know if you have any further questions or issues.
Regards,
Hello,
I made an attempt to fix the original php.ini as I saw there were some security settings present in it.
Here is the original file:
[03:33:21 mail root@7395167 ~]cPs# cat /home/bacha/public_html/php.ini
disable_functions = allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20100525"
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.4.so"
zend_extension = "/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so"
I updated:
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.4.so"
To :
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.5.so"
And the sites are once again loading, with the php.ini in place.
I hope that is helpful.
DANS LE PHP.INI il a ajouté
disable_functions = allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20100525"
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.5.so"
zend_extension = "/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so"
Commentaires
Enregistrer un commentaire