Bug detect when migrate DB 1.8.4 to 1.9 beta2
Posted: Fri Mar 05, 2010 12:54 pm
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 :
To :
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
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';
Code: Select all
$migration_functions_file = './migration/migrate_18/migrate_18_to_19.php';
My OS is RED HAT 5 ENTERPRISE
If someone can alert testlink developement team
Thanks in advance,
Guillaume