Page 1 of 1

Testlink on Debian Lenny config error php5-domxml

Posted: Wed Jun 02, 2010 5:23 pm
by eelcodegraaff
Hi Guys, i am implementing the teslink 1.9 version on my debian system.
In de config logging i get een error domxml not found.
I am running debian lenny with apt get, apache2 and php5

the module php5-domxml is not longer availible.

Seems there is a temp solution for it ...

http://alexandre.alapetite.fr/doc-alex/ ... ex.en.html

will this be fixed in the next beta?

Re: Testlink on Debian Lenny config error php5-domxml

Posted: Wed Jun 02, 2010 6:13 pm
by fman
big part of code has been refactored to use simpleXML().
Please open issue on mantis, point what are the features where you have problems due to domxml

right now on CVS code (and think on 1.9 beta 4) only feature using domxml is:
importReqDataFromDocBook()

we need to contact contributor to ask for rewrite using simpleXML()

You can contribute with this refactoring is you want