Search found 13 matches

by schlundus
Sat Jan 12, 2008 6:38 pm
Forum: TestLink 1.7 (Closed)
Topic: Urgent:- Unable to Import xml file.
Replies: 15
Views: 26048

Please check if the extension php_domxml is enabled.
Check also your PHP error logfile
by schlundus
Sat Jan 12, 2008 6:26 pm
Forum: TestLink 1.7 (Closed)
Topic: Assign Background color to Test Project.
Replies: 10
Views: 11392

Hello,
search
config.inc for something like this define('TL_TESTPROJECT_COLORING','none');
and change
it to
define('TL_TESTPROJECT_COLORING','background');

Then it's possible to define the background color, on the "Test Project Management " page
by schlundus
Sat Dec 15, 2007 7:32 am
Forum: TestLink 1.7 (Closed)
Topic: Testlink 1.7 does not talk to Mantis 1.0.5 ?
Replies: 7
Views: 9185

Hm, maybe a typo ? You wrote: My system is set like this: Mantis: Mac OS X 10,4, MySQL 5.0, PHP5, IP:172.19.4.13 and define('BUG_TRACK_DB_HOST', 'http:// 172.19.3.14 '); define('BUG_TRACK_DB_NAME', 'mantis_bugs'); define('BUG_TRACK_DB_TYPE', 'mysql'); define('BUG_TRACK_DB_USER', 'metisqa'); define('...
by schlundus
Fri Dec 14, 2007 10:13 pm
Forum: TestLink 1.7 (Closed)
Topic: Testlink 1.7 does not talk to Mantis 1.0.5 ?
Replies: 7
Views: 9185

remove the "http://"
in
define('BUG_TRACK_DB_HOST', 'http://172.19.3.14');

it's a db host and not a web server (-:
by schlundus
Fri Dec 14, 2007 8:30 pm
Forum: TestLink 1.7 (Closed)
Topic: Custom fields and MSSQL
Replies: 1
Views: 3185

by schlundus
Sun Jan 21, 2007 10:05 am
Forum: Localization and terminology
Topic: Master strings file
Replies: 4
Views: 14995

Jep, this is exactly what it should be. indeed only en_GB is update all others aren't updated yet
by schlundus
Sat Oct 07, 2006 3:09 pm
Forum: TestLink 1.6 (closed)
Topic: error: max executuin time of 30 sec exceeded in tctree.php l
Replies: 2
Views: 5380

or change your php.ini for this setting "max_execution_timeout"
by schlundus
Sat Oct 07, 2006 3:07 pm
Forum: TestLink 1.6 (closed)
Topic: simplified chinese display abnormally
Replies: 4
Views: 7568

Please search in config.inc for "chinese"
by schlundus
Sat Oct 07, 2006 3:00 pm
Forum: TestLink 1.7 (Closed)
Topic: Performance enhancements in 1.7.
Replies: 4
Views: 6963

JTREE is just a configuration issue in config.inc. Just search for JTREE, or DTREE within config.inc
by schlundus
Sat Oct 07, 2006 2:59 pm
Forum: TestLink 1.7 (Closed)
Topic: new to testlink totally amazed
Replies: 2
Views: 4601

Hello, if you still like to contribute, there is a lot of work for you (-: These things need to be done: a) GUI translation b) Online Help translation c) Documentation translation I think the best will be to get the latest TL 1.7-CVS Snapshot and have a look and take a look at a) Feel free to contac...
by schlundus
Tue Apr 11, 2006 6:21 pm
Forum: TestLink 1.6 (closed)
Topic: Slow response/performance after installing 1.6.1
Replies: 3
Views: 6398

Workaround

Please set in config.inc.php
define(\'TL_INTERFACE_BUGS\', \'MANTIS\');
to
define(\'TL_INTERFACE_BUGS\', \'NO\');

if no bugtracking interface should be enabled or check your bugtracking configuration
by schlundus
Sat Apr 08, 2006 8:17 pm
Forum: TestLink 1.7 (Closed)
Topic: Attach file to test result
Replies: 4
Views: 7179

Attachments WILL be implemented for TL 1.7.
for requirements they are already