Search found 14 matches

by arielgott
Tue May 30, 2017 9:28 am
Forum: TestLink 1.9
Topic: Identical test ID in Test Project
Replies: 3
Views: 5783

Re: Identical test ID in Test Project

I noticed that after creating the new project the current amount of test cases is 703. but the highest test cases id in the project is 919 (probably some test cases was deleted). The new test case that I create starts from NewPrefix-704. Test case ID 704 is already exist. Counter should be highest_t...
by arielgott
Tue May 23, 2017 4:35 am
Forum: TestLink 1.9
Topic: Identical test ID in Test Project
Replies: 3
Views: 5783

Re: Identical test ID in Test Project

I didn't expect it to start from 1, I was expecting that the new test case will start from counter +1 like it always do. but this time the counter started from counter-30~.

what can I do now to recounting the new test cases that have identical test case ID ?
by arielgott
Mon May 22, 2017 6:09 pm
Forum: TestLink 1.9
Topic: Identical test ID in Test Project
Replies: 3
Views: 5783

Identical test ID in Test Project

Hi, I'm working on TestLink version 1.9.14. I've create a new project that was created from existing Test Project. On the new Test Project we started to create new Test Cases. After a while, we discovered that the new Test Cases was created with old existing test case IDs (External ID) that are alre...
by arielgott
Sun Feb 16, 2014 2:14 pm
Forum: Installation and configuration
Topic: issue with e-mail settings
Replies: 4
Views: 7454

Re: issue with e-mail settings

you may also try to disable the SElinux / FW, it helped me...
by arielgott
Sun Feb 16, 2014 10:50 am
Forum: TestLink 1.9
Topic: [BAD CONFIGURATION] Attachment not found after upgrade
Replies: 1
Views: 4272

Re: Attachment not found after upgrade

SOLVED by changing in the Config.inc.php changes the /var/upload_area to upload area.

$g_repositoryPath = TL_ABS_PATH . "upload_area" . DIRECTORY_SEPARATOR;
$tlCfg->log_path = TL_ABS_PATH . 'logs' . DIRECTORY_SEPARATOR ;


we've also change the logs to be in the same directory.
by arielgott
Wed Feb 12, 2014 1:04 pm
Forum: TestLink 1.9
Topic: [BAD CONFIGURATION] Attachment not found after upgrade
Replies: 1
Views: 4272

[BAD CONFIGURATION] Attachment not found after upgrade

Hi Iv'e upgrade my Testink from version 1.9.3 to version 1.9.9 in the slow and safe way (version after version). Iv'e notice that after the upgrade to version 1.9.5 the attachment directory was not found at all. the testlink look for the path /var/testlink/upload_area while my files were in the foll...
by arielgott
Wed Feb 12, 2014 11:11 am
Forum: TestLink 1.9
Topic: Upgrade to Testlink 1.9.9
Replies: 6
Views: 8881

Re: Upgrade to Testlink 1.9.9

No. You should upgrade the DB each version. Read the release notes - upgrade section. I'm copying fman answer: Right migration process is always the same take your 1.9.3 , get 1.9.4 => upgrade and test now start with your 1.9.4, get 1.9.5 => upgrade and test now start with your 1.9.5, get 1.9.6 => u...
by arielgott
Sun Feb 02, 2014 10:36 am
Forum: Upgrade
Topic: [SOLVED] problems to upgrade from version 1.9.3 to 1.9.8
Replies: 7
Views: 15780

Re: problems to upgrade db from version 1.9.3 to version 1.9

solved. :)
I followed fman suggestion to migrate version after version.
In the first shot it didn't work, we got the same errors on DB. Then we disabled the SE Linux and we did the whole process again successfully.
by arielgott
Wed Nov 13, 2013 1:10 pm
Forum: Upgrade
Topic: [SOLVED] problems to upgrade from version 1.9.3 to 1.9.8
Replies: 7
Views: 15780

Re: problems to upgrade db from version 1.9.3 to version 1.9

I have problems to upgrade from 1.9.3 to 1.9.4 so I first delete a bunch of Builds and then I try again to upgrade from 1.9.3 to 1.9.8. This time it was very fast and my DB seems to be upgraded to 1.9.8. mysql> select * from db_version; +----------+---------------------+----------------+ | version |...
by arielgott
Tue Oct 29, 2013 2:09 pm
Forum: Upgrade
Topic: [SOLVED] problems to upgrade from version 1.9.3 to 1.9.8
Replies: 7
Views: 15780

Re: problems to upgrade db from version 1.9.3 to version 1.9

BTW when I'm looking on the db_version table in MySQL I see that it is still display DB version 1.4 and not 1.9.8 as expected. mysql> select * from db_version; +---------+---------------------+-------------------+ | version | upgrade_ts | notes | +---------+---------------------+-------------------+...
by arielgott
Tue Oct 29, 2013 2:02 pm
Forum: Upgrade
Topic: [SOLVED] problems to upgrade from version 1.9.3 to 1.9.8
Replies: 7
Views: 15780

Re: problems to upgrade db from version 1.9.3 to version 1.9

ok, I restart all the process: 1. load the VM from snapshot 2. download 1.9.8, uncompressed and rename the directory to tesetlink 3. copy old config_db.inc.php, config.inc.php and custom_config.inc.php to testlink directory 4. chomd -R for all the testlink directory 5. running the mysql scripts 1.9....
by arielgott
Tue Oct 29, 2013 9:20 am
Forum: Upgrade
Topic: [SOLVED] problems to upgrade from version 1.9.3 to 1.9.8
Replies: 7
Views: 15780

Re: problems to upgrade db from version 1.9.3 to version 1.9

I've also try this way:
[root@testLink html]# mysql -uroot -pXXXX testlink < /var/www/html/testlink/install/sql/alter_tables/1.9.4/mysql/DB.1.5/step1/db_schema_update.sql
ERROR 1050 (42S01) at line 30: Table 'req_specs_revisions' already exists

and got another error
by arielgott
Tue Oct 29, 2013 6:27 am
Forum: Upgrade
Topic: [SOLVED] problems to upgrade from version 1.9.3 to 1.9.8
Replies: 7
Views: 15780

[SOLVED] problems to upgrade from version 1.9.3 to 1.9.8

Hi, First I want to thanks all the developers and testers that are contributes this phenomenal Test link open source project. I have problems to upgrade from version 1.9.3 to version 1.9.8. My Testlink is running on a VM running CentOS 6.2, PHP 5.3.3 , MYSQL 5.1.61 (my db name is testlink), Apache/2...