[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:
So looking at this check_config.txt I see the message:There are security warnings for your consideration. See details on file: /opt/lampp/htdocs/testlink-1.9.1/logs/config_check.txt
Looking at the 'db_version' table in my database:Unknown Schema version DB 1.4, please upgrade your Testlink Database to DB 1.3
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)
Thanks!