Page 1 of 1

[SOLVED] Impossible to find devkey with TL 1.9.RC1

Posted: Mon Nov 12, 2012 8:12 am
by jfrisch59
Hello all,

I am unable to find the proper button on Test Link UI to generate a developer key.

I did inserted the following line: $tlCfg->api->enabled = TRUE;

But the "Generate Key" button in the configuration page just does not appear.

I do not know how to fix this issue, your help would be much appreciated! :(

Julien

Re: Impossible to find devkey with TL 1.9.RC1

Posted: Tue Nov 13, 2012 9:30 pm
by mooasun
That is because you have not enable API in config file. Go you your testlink installation directory and edit config.inc.php. Change the following setting to TRUE. Next, restart Apache or whatever web server you use. Login again and visit "My Settings" page (link on top of each page). You should see a section labeled "API Interface" and a button "Generate a new key".

/** XML-RPC API availability (disabled by default) */
$tlCfg->api->enabled = TRUE;

Re: Impossible to find devkey with TL 1.9.RC1

Posted: Wed Nov 14, 2012 7:48 am
by GunnarD
No need to restart your webserver.

jfrisch59: consider to upgrade your TL 1.9 rc1 to 1.9.3 or 1.9.4, but with 1.9.4 you need to get som hotfixes, read http://www.teamst.org/forum/viewtopic.php?f=25&t=7021

Re: Impossible to find devkey with TL 1.9.RC1

Posted: Thu Nov 15, 2012 2:19 pm
by jfrisch59
It is working now. thanks a ton to you both. (for both developer key and upgrading advises)