Hi there,
I've successfully installed TL 1.7.0. However, for the migration procedure I'm getting the following error:
TestLink 1.7 beta Installation - Migration from 1.6.2
Connecting to Testlink 1.6 (source) database. - testlink - OK!
Connecting to Testlink 1.7 (target) database. - testlink_17 - OK!
Fatal error: mysql error: [1146: Table 'testlink.user' doesn't exist] in EXECUTE("SELECT * FROM user") in W:\www\testlink_170\third_party\adodb\adodb-errorhandler.inc.php on line 77
Any help appreciated. Thanks.
Migration Error TL 1.6.2 to TL 1.7.0 Final
Made modification to file Migrator.php:
Before: $sql="SELECT * FROM user";
Present: $sql="SELECT * FROM users";
And now, I'm getting the following:
creating temporary table for good testcases
Fatal error: mysql error: [1146: Table 'testlink.mgtproduct' doesn't exist] in EXECUTE("CREATE TEMPORARY TABLE tc_tmp_table SELECT mtc.*, mc.prodid FROM mgtproduct mp, mgtcomponent mc, mgtcategory mk,mgttestcase mtc WHERE mc.prodid=mp.id AND mk.compid=mc.id AND mtc.catid=mk.id ORDER BY mtc.id") in W:\www\testlink_170\third_party\adodb\adodb-errorhandler.inc.php on line 77
Before: $sql="SELECT * FROM user";
Present: $sql="SELECT * FROM users";
And now, I'm getting the following:
creating temporary table for good testcases
Fatal error: mysql error: [1146: Table 'testlink.mgtproduct' doesn't exist] in EXECUTE("CREATE TEMPORARY TABLE tc_tmp_table SELECT mtc.*, mc.prodid FROM mgtproduct mp, mgtcomponent mc, mgtcategory mk,mgttestcase mtc WHERE mc.prodid=mp.id AND mk.compid=mc.id AND mtc.catid=mk.id ORDER BY mtc.id") in W:\www\testlink_170\third_party\adodb\adodb-errorhandler.inc.php on line 77
-
- TestLink user
- Posts: 8
- Joined: Mon Sep 10, 2007 1:58 pm
Re: Migration Error TL 1.6.2 to TL 1.7.0 Final
You tried to migrate from testlink 1.7 db version, not 1.6.2.
just modify config_db.inc.php and set your previous database name. You don't need to migrate.
just modify config_db.inc.php and set your previous database name. You don't need to migrate.