1.9.1 config_check.txt reports unknown db schema 1.4

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Unhandled
Advanced user
Posts: 67
Joined: Sun Jan 23, 2011 11:28 pm

1.9.1 config_check.txt reports unknown db schema 1.4

Post by Unhandled »

Hello, to anyone familiar with upgrading to TestLink 1.9.1 (Prague),

[this post does not apply to upgrading to 1.9.0, the issue was not encountered there]

After upgrading from 1.8.5 to 1.9.1 (Prague), I see this message on TestLink pages:
There are security warnings for your consideration. See details on file: /opt/lampp/htdocs/testlink-1.9.1/logs/config_check.txt
So looking at this check_config.txt I see the message:
Unknown Schema version DB 1.4, please upgrade your Testlink Database to DB 1.3
Looking at the 'db_version' table in my database:

Code: Select all

mysql> select * from db_version;
+---------+---------------------+--------------------------------+
| version | upgrade_ts          | notes                          |
+---------+---------------------+--------------------------------+
| DB 1.2  | 2009-07-09 07:07:30 | first version with API feature |
| DB 1.4  | 2011-01-23 18:26:08 | TestLink 1.9.1                 |
+---------+---------------------+--------------------------------+
2 rows in set (0.00 sec)
So my question is, should I be worried about the message in check_config.txt? Or is the message just a bug that can be ignored?

Thanks!
asgzl
Advanced user
Posts: 19
Joined: Fri May 28, 2010 3:22 am

Re: 1.9.1 config_check.txt reports unknown db schema 1.4

Post by asgzl »

I install a new 1.9.1 version, I also see the issue that "Unknown Schema version DB 1.4, please upgrade your Testlink Database to DB 1.3"
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Re: 1.9.1 config_check.txt reports unknown db schema 1.4

Post by Amaradana »

Please search in the tracker and if you do not find, Please rasie it with the details
Thanks,
TesterWorld
Http://amartester.blogspot.com
Unhandled
Advanced user
Posts: 67
Joined: Sun Jan 23, 2011 11:28 pm

Re: 1.9.1 config_check.txt reports unknown db schema 1.4

Post by Unhandled »

I found that someone has created a bug on this issue in the tracker already:

http://mantis.testlink.org/view.php?id=4186
Unhandled
Advanced user
Posts: 67
Joined: Sun Jan 23, 2011 11:28 pm

Re: 1.9.1 config_check.txt reports unknown db schema 1.4

Post by Unhandled »

Also, related forum post with workaround here:

http://teamst.org/forum/viewtopic.php?f=11&t=3885
Post Reply