Search found 3122 matches

by fman
Fri Dec 02, 2022 6:44 pm
Forum: TestLink 1.9
Topic: Recommended PHP version
Replies: 1
Views: 18596

Re: Recommended PHP version

branch testlink_1_9_20_fixed is not fully tested with 8.1, but the branch with 2.0 is tested with PHP 8.1
by fman
Tue Sep 20, 2022 4:54 pm
Forum: Installation and configuration
Topic: New install 1.9.19 w/ issues
Replies: 5
Views: 52892

Re: New install 1.9.19 w/ issues

get code from github branch testlink_1_9_20_fixed
by fman
Tue Apr 05, 2022 2:34 am
Forum: Installation and configuration
Topic: No Bitnami Download
Replies: 2
Views: 9851

Re: No Bitnami Download

Hi
It's a surprise the Bitnami decision.
Your only choice is to use Github.
by fman
Thu Jan 27, 2022 10:04 pm
Forum: TestLink 1.9
Topic: deactivate test case delete custom field information
Replies: 8
Views: 20019

Re: deactivate test case delete custom field information

quick fix
testcaseCommands.class.php

in function setActiveAttr(&$argsObj,$request) {

change
$this->show($argsObj,$request,array('status_ok' => 1));
to
$this->show($argsObj,$request,['status_ok' => 1],['updateCFOnDB' => false]);
by fman
Thu Jan 27, 2022 8:55 pm
Forum: TestLink 1.9
Topic: deactivate test case delete custom field information
Replies: 8
Views: 20019

Re: deactivate test case delete custom field information

I've confirmed the issue
Would you mind to open the issue on mantis?
by fman
Thu Jan 27, 2022 8:51 pm
Forum: TestLink 1.9
Topic: deactivate test case delete custom field information
Replies: 8
Views: 20019

Re: deactivate test case delete custom field information

You can use a local installation,without issues
by fman
Tue Jan 25, 2022 1:38 pm
Forum: TestLink 1.9
Topic: Issues when upgrade - from 1.9.19 to 1.9.20
Replies: 1
Views: 7239

Re: Issues when upgrade - from 1.9.19 to 1.9.20

can not access the image
please explain better your issues
by fman
Tue Jan 25, 2022 1:37 pm
Forum: Import / Export
Topic: Export testcases with platform
Replies: 5
Views: 12093

Re: Export testcases with platform

Please check your span.
by fman
Tue Jan 25, 2022 1:36 pm
Forum: TestLink 1.9
Topic: deactivate test case delete custom field information
Replies: 8
Views: 20019

Re: deactivate test case delete custom field information

Would you mind to do a fresh install of github code from branch testlink_1_9_20_fixed and retest?
by fman
Mon Jan 17, 2022 10:10 pm
Forum: Import / Export
Topic: Export testcases with platform
Replies: 5
Views: 12093

Re: Export testcases with platform

The platform 'on Design', are not exported -> is an error.
Please open an issue on http://mantis.testlink.org

Thanks a lot
by fman
Wed Jan 12, 2022 6:56 pm
Forum: TestLink 1.9
Topic: Log4J
Replies: 3
Views: 8053

Re: Log4J

PHP does not use Log4j
by fman
Wed Sep 01, 2021 5:53 am
Forum: TestLink 1.9
Topic: All executions lost when removing the last TC version
Replies: 3
Views: 11346

Re: All executions lost when removing the last TC version

Thanks a lot
I've started the refactoring, and I'm near to close the tests.
We will update via mantis

have a nice day
by fman
Fri Aug 20, 2021 12:18 pm
Forum: TestLink 1.9
Topic: All executions lost when removing the last TC version
Replies: 3
Views: 11346

Re: All executions lost when removing the last TC version

mmm, I'm going to check.
I'm sorry for the issue

as you know for this kind of things it's better if you open an issue on mantis.testlink.org