tuleap : Script error while adding a template following instruction in tracker plugin

0

I am trying to add some tracker templates to be able to user Tracker. The Site default template doesn't have Tracker.

I am using Tuleap version 8.5.99.66-1.el6

The tracker plug-in recommends the below :

$ cd /usr/share/codendi/ $ vi plugins/tracker/bin/import_tracker_xml_template.php (if you need to change the admin login and password, modify lines 19 and 20) $ src/utils/php-launcher.sh plugins/tracker/bin/import_tracker_xml_template.php plugins/tracker/www/resources/templates/choose_a_template.xml

I did this, but found an error of what I think is an include missing. Is this a bug or am I doing something wrong. Is there a simplier way to install or create a template ?

src/utils/php-launcher.sh plugins/tracker/bin/import_tracker_xml_template.php plugins/tracker/www/resources/templates/Tracker_UserStories.xml PHP Fatal error: Class 'TrackerXmlImport' not found in /usr/share/tuleap/plugins/tracker/bin/import_tracker_xml_template.php on line 26

Fatal error: Class 'TrackerXmlImport' not found in /usr/share/tuleap/plugins/tracker/bin/import_tracker_xml_template.php on line 26

Thanks, Abhishek

Abhishek Khuntia

Posted 2015-09-17T21:02:50.573

Reputation: 3

You can edit your question so the information is included in the question itself. – Ramhound – 2015-09-18T01:01:19.127

Answers

0

There was a bug on this version of Tuleap, please upgrade to a newer version

Manuel VACELET

Posted 2015-09-17T21:02:50.573

Reputation: 349

Thanks Manuel, that worked. Also I was wondering why by default the project template doesn't have trackers enabled. I think its an important feature for anyone. Cheers ! – Abhishek Khuntia – 2015-09-18T09:39:26.547