Hello, Softaculous is showing me a white page. looking in the error log i see a ispconifg error. PHP Fatal error: Uncaught exception 'RuntimeException' with message 'SimpleXML is not loaded.' in /usr/local/ispconfig/interface/lib/classes/IDS/Filter/Storage.php:278 Stack trace: #0 /usr/local/ispconfig/interface/lib/classes/IDS/Filter/Storage.php(109): IDS\Filter\Storage->getFilterFromXML() #1 /usr/local/ispconfig/interface/lib/classes/IDS/Monitor.php(145): IDS\Filter\Storage->__construct(Object(IDS\Init)) #2 /usr/local/ispconfig/interface/lib/classes/ids.inc.php(114): IDS\Monitor->__construct(Object(IDS\Init)) #3 /usr/local/ispconfig/interface/lib/app.inc.php(347): ids->start() #4 /var/softwww/load.php(30): unknown() #5 {main} thrown in /usr/local/ispconfig/interface/lib/classes/IDS/Filter/Storage.php on line 278 php-xml is installed: Installed Packages php56w-xml.x86_64 5.6.33-1.w6 @webtatic php70-php-xml.x86_64 7.0.27-1.el6.remi @remi-safe php71-php-xml.x86_64 7.1.14-1.el6.remi @remi-safe any idees?
Try to put a info.php file with: <?php phpinfo(); into the folder where softaculous has it's website files, open the file in a browser and then check in the output if the php SimpleXML extension is loaded. If not, then try to find out which php.ini file softaculous is using and check that.
SimpleXML Simplexml support enabled Revision $Id: d7077fc935154236afb4fe70814ba358efdbdca4 $ Schema support enabled /etc/php.d/simplexml.ini ls -sl /etc/php.d/simplexml.ini 4 -rw-r--r-- 1 root root 59 Jan 14 09:33 /etc/php.d/simplexml.ini
it was a Softaculous problem, no idee why this happens but it is using its own php.ini i added extension=/usr/lib64/php/modules/simplexml.so tpo it and it is working again.