Youtrack integration problems (windows 2008)

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
summertime
TestLink user
Posts: 3
Joined: Mon Feb 11, 2013 7:58 pm

Youtrack integration problems (windows 2008)

Post by summertime »

Hi,

I have installed Bitnami Testlink 1.9.5 on a windows box (server 2008)

I have set it up as per instruction and have enabled the bug tracker using the example code for Youtrack.

However, when I attempt to exectute a test I see the following message:
attention Please:
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator

I have made sure that my you track has the REST API active.

I also checked the event logs

where I see errors such as

E_NOTICE Trying to get property of non-object - in C:\Program Files\BitNami TestLink\apps\testlink\htdocs\lib\issuetrackerintegration\youtrackrestInterface.class.php - Line 213
12/02/2013 00:00:17
admin
E_NOTICE Undefined index: can_delete_execution - in C:\Program Files\BitNami TestLink\apps\testlink\htdocs\gui\templates_c\%%8E^8EC^8ECF17FA%%inc_exec_show_tc_exec.tpl.php - Line 398
12/02/2013 00:00:17
admin
E_WARNING Creating default object from empty value - in C:\Program Files\BitNami TestLink\apps\testlink\htdocs\lib\issuetrackerintegration\youtrackrestInterface.class.php - Line 213

What am I doing wrong?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Youtrack integration problems (windows 2008)

Post by fman »

REST uses curl, then you need to double check that curl extension on PHP is enabled
summertime
TestLink user
Posts: 3
Joined: Mon Feb 11, 2013 7:58 pm

Re: Youtrack integration problems (windows 2008)

Post by summertime »

seems to be enabled in PHP.ini.

Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
;
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_intl.dll
extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_exif.dll ; Must be after mbstring as it depends on it
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Youtrack integration problems (windows 2008)

Post by fman »

open issue on mantis providing the exact XML you are using.
Post Reply