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

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jfrisch59
TestLink user
Posts: 2
Joined: Sun Nov 11, 2012 10:52 am

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

Post 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
mooasun
TestLink user
Posts: 7
Joined: Thu Oct 11, 2012 8:38 pm

Re: Impossible to find devkey with TL 1.9.RC1

Post 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;
GunnarD

Re: Impossible to find devkey with TL 1.9.RC1

Post 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
jfrisch59
TestLink user
Posts: 2
Joined: Sun Nov 11, 2012 10:52 am

Re: Impossible to find devkey with TL 1.9.RC1

Post by jfrisch59 »

It is working now. thanks a ton to you both. (for both developer key and upgrading advises)
Post Reply