Bug detect when migrate DB 1.8.4 to 1.9 beta2

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jakcam
Advanced user
Posts: 19
Joined: Mon Sep 28, 2009 3:08 pm

Bug detect when migrate DB 1.8.4 to 1.9 beta2

Post by jakcam »

Hello all,

When i trying to update my database from the testlink version 1.8.4 to testlink version 1.9 beta2, i have detected a bug on the file ./install/installNewDb.php on line 427 so i changed the line 321 from :

Code: Select all

$migration_functions_file = '.\migration\migrate_18\migrate_18_to_19.php';
To :

Code: Select all

$migration_functions_file = './migration/migrate_18/migrate_18_to_19.php';
and after that the script works fine.

My OS is RED HAT 5 ENTERPRISE

If someone can alert testlink developement team
Thanks in advance,

Guillaume
manjunath_g
TestLink user
Posts: 4
Joined: Fri Mar 12, 2010 6:34 am

Bug fixed in beta 3

Post by manjunath_g »

This bug has been fixed in Beta3 of Testlink 1.9
Post Reply