diff --git a/livesupport/modules/storageServer/var/install/install.php b/livesupport/modules/storageServer/var/install/install.php index a7cbfeeab..703f8a824 100644 --- a/livesupport/modules/storageServer/var/install/install.php +++ b/livesupport/modules/storageServer/var/install/install.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.5 $ + Version : $Revision: 1.6 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/install/install.php,v $ ------------------------------------------------------------------------------*/ @@ -41,6 +41,11 @@ function errCallback($err) exit(1); } +if(!function_exists('domxml_open_file')){ + trigger_error("DOMXML PHP extension required and not found.", E_USER_ERROR); + exit(2); +} + PEAR::setErrorHandling(PEAR_ERROR_PRINT, "%s