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
Domxml doesn't seem to be present Error message in TL1.9.4
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 2
- Joined: Tue Jun 15, 2010 12:53 am
Re: Domxml doesn't seem to be present Error message in TL1.9
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');
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');