Page 1 of 1

Domxml doesn't seem to be present Error message in TL1.9.4

Posted: Tue Jun 15, 2010 5:12 am
by ultimateneta
Hi All,

I am getting this error in log file "Domxml doesn't seem to be present. Importing XML stuff will not work!".

Please help me how can i resolve this issue.

I am Using Testlink 1.9.1 beta4
Apache 2.2.11
Mysql 5.0.14
PHP 5.2

Thanks

Re: Domxml doesn't seem to be present Error message in TL1.9

Posted: Thu Jul 01, 2010 5:09 pm
by Sudipta
Hi,

Edit "config.inc.php" kept in testlink directory, at the end of "[INITIALIZATION]" section add the below mentioned line, save then restart the Apache service. This should be solved. :)


/** load the php4 to php5 domxml wrapper if the php5 is used and the domxml extension is not loaded **/
if (version_compare(PHP_VERSION,'5','>=') && !extension_loaded("domxml"))
require_once(dirname(__FILE__) . '/third_party/domxml/domxml-php4-to-php5.php');