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

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
ultimateneta
TestLink user
Posts: 2
Joined: Tue Jun 15, 2010 12:53 am

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

Post 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
Sudipta
TestLink user
Posts: 3
Joined: Thu Jul 01, 2010 5:00 pm

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

Post 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');
Post Reply