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?
Testlink on Debian Lenny config error php5-domxml
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 4
- Joined: Wed Jun 02, 2010 5:12 pm
Re: Testlink on Debian Lenny config error php5-domxml
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
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