Hi Colin,

> I have just done my first ET test from 5208R to 5209R and wow is it just a 
> magical script!

Very well. I'm glad it worked so well for you. Looks like the kinks are
finally out of that one. :-)

> Went pretty well as expected. Had one bunch of errors:
> 
> PHP Warning:  PHP Startup: Unable to load dynamic library 'dom.so' (tried: 
> /usr/lib64/20170718/dom.so (/usr/lib64/20170718/dom.so: cannot open shared 
> object file: No such file or directory), /usr/lib64/20170718/dom.so.so 
> (/usr/lib64/20170718/dom.so.so: cannot open shared object file: No such file 
> or directory)) in Unknown on line 0 PHP Warning:  PHP Startup: Unable to load 
> dynamic library 'fileinfo.so' (tried: /usr/lib64/20170718/fileinfo.so 
> (/usr/lib64/20170718/fileinfo.so: cannot open shared object file: No such 
> file or directory),  etc.

This means that one of your Vsites is using the stock onboard PHP and a
script there tries to use a function that requires "dom.so".

Let us check what that might be:

[root@sol logs]# yum whatprovides "*/dom.so"
php-xml-5.4.16-46.el7.x86_64: A module for PHP apps which use XML
Source      : base
Filename    : /usr/lib64/php/modules/dom.so

Right. So a "yum install php-xml" should solve that issue. Or switch
that Vsite from the stock PHP-5.4.16 to a PHP version from the
Solarspeed PHP. They all have dom-xml already included, whereas the
stock PHP needs that extra RPM installed in order to use dom-xml.

-- 
With best regards

Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to