Carlo
New Pleskian
Hi Guys,
Ive install php soap
next i've edit php.ini in Plesk setting
from this
to this
I've check the soap
But receive recurring emails with
"Cron <root@servername> [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean"
"PHP Startup: Unable to load dynamic library ‘/usr/lib/php/20151012/php_so"
You have some idea to solve?
thanks
Carlo
Ive install php soap
Code:
sudo apt-get install php-soap
next i've edit php.ini in Plesk setting
from this
Code:
;extension=php_soap.dll
Code:
extension=php_soap.dll
I've check the soap
Code:
ubuntu@XXXXX:~$ php -i | grep -i soap
/etc/php/7.0/cli/conf.d/20-soap.ini,
soap
Soap Client => enabled
Soap Server => enabled
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
But receive recurring emails with
"Cron <root@servername> [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean"
"PHP Startup: Unable to load dynamic library ‘/usr/lib/php/20151012/php_so"
You have some idea to solve?
thanks
Carlo