Vqmod error

#1
Hello;

I try switch to litespeed I get this error web page display.

VQMod::bootup - ERROR - YOU NEED THE PHP "DOMDocument" EXTENSION INSTALLED TO USE VQMod

Please help.
 
L

Long

Guest
#2
Hi,
The error message basically speaks for itself.
The PHP "DOMDocument" EXTENSION is missing.
You need to install this extension to make the site work.
Which OS are you using? Are you using lsphp?
You may need to install this extension from source.
 
L

Long

Guest
#3
If you are using lsphp, you may try to install lsphpXX-xml (XX is the lsphp main version, e.g., 56, 55, etc) package to see whether it got your issue resolved.
 
#4
Hello;

I use Centos 7.2 WHM and Opencart Switch Apache no problem all is ok, but I can switch litespeed, web page not display and get this error.

VQMod::bootup - ERROR - YOU NEED THE PHP "DOMDocument" EXTENSION INSTALLED TO USE VQMod

php -i | grep DOM
DOM/XML => enabled
DOM/XML API Version => 20031129

Please help this.
 
#5
PHP 5.5.33 (cli) (built: Mar 22 2016 19:31:52)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.
 
L

Long

Guest
#6
You have to build matching php for lsws.
Switch to apache first, make sure it's working as expected,
and at the same time go to lsws WHM plugin, click "Build Matching PHP".
Make sure the php build is successful, and then switch to lsws.
 
Top