Migration 1.9.15 to 1.9.19 ERROR Deleting Test Case

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

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
pepamdf
TestLink user
Posts: 7
Joined: Sun May 12, 2013 8:30 am

Migration 1.9.15 to 1.9.19 ERROR Deleting Test Case

Post by pepamdf »

I migrated the testlink from version 1.9.15 to 1.9.19
All migration scripts were successfully executed, following the order 1.9.16 >> 1.9.17 >> 1.9.18 >> 1.9.19
Test cases and their executions have been migrated correctly.

ERROR:
1- In the Test Specification, delete a test case.
==============================================================================
DB Access Error - debug_print_backtrace() OUTPUT START
ATTENTION: Enabling more debug info will produce path disclosure weakness (CWE-200)
Having this additional Information could be useful for reporting
issue to development TEAM.
==============================================================================
#0 database->exec_query(/* Class:testcase - Method: _blind_delete */ DELETE FROM testcase_script_links WHERE tcversion_id IN (2171)) called at [C:\xampp\htdocs\testlink\lib\functions\testcase.class.php:1655]
#1 testcase->_blind_delete(2170, 0, Array ([tcversion] => Array ([0] => 2171),[step] => Array ([0] => ))) called at [C:\xampp\htdocs\testlink\lib\functions\testcase.class.php:1422]
#2 testcase->delete(2170, 0) called at [C:\xampp\htdocs\testlink\lib\testcases\testcaseCommands.class.php:490]
#3 testcaseCommands->doDelete(stdClass Object ([assigned_keywords_list] => ,[container_id] => 0,[file_id] => 0,[tcase_id] => 2170,[tcversion_id] => 0,[name] => ,[summary] => ,[preconditions] => ,[steps] => ,[expected_results] => ,[new_container_id] => 0,[old_container_id] => 0,[has_been_executed] => 0,[exec_type] => 1,[importance] => 2,[status] => 1,[estimatedExecDuration] => ,[doAction] => doDelete,[move_copy_tc] => 0,[delete_tc_version] => 0,[do_move] => 0,[do_copy] => 0,[do_copy_ghost_zone] => 0,[do_create_new_version] => 0,[do_delete_tc_version] => 0,[do_activate_this] => 0,[do_deactivate_this] => 0,[activeAttr] => 0,[target_position] => bottom,[copy] => Array ([keyword_assignments] => ,[requirement_assignments] => ),[show_mode] => ,[step_number] => 0,[step_id] => 0,[step_set] => ,[tcaseSteps] => ,[tproject_id] => 2135,[testproject_id] => 2135,[user] => tlUser Object ([] => users,[firstName] => Pedro ,[lastName] => Ferreira,[emailAddress] => xxx@gmail.com,[locale] => pt_BR,[isActive] => 1,[defaultTestprojectID] => ,[globalRole] => tlRole Object ([name] => admin,[description] =>
.....
..........
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Migration 1.9.15 to 1.9.19 ERROR Deleting Test Case

Post by fman »

please for issues use the mantis site.
what db are you using ?
have you tried to run the offending SQL on the sql client to get more info?
pepamdf
TestLink user
Posts: 7
Joined: Sun May 12, 2013 8:30 am

Re: Migration 1.9.15 to 1.9.19 ERROR Deleting Test Case

Post by pepamdf »

fman wrote:please for issues use the mantis site.
what db are you using ?
have you tried to run the offending SQL on the sql client to get more info?
DB Using: MySQL
Problems created in Mantis
http://mantis.testlink.org/view.php?id=8604


Here is the error when executing Query directly in MySQL
Erro
Query SQL:
DELETE FROM testcase_script_links WHERE tcversion_id IN (2171)

Mensagem do MySQL:
0001932 - Table 'testlink.testcase_script_links' doesn't exist in engine
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Migration 1.9.15 to 1.9.19 ERROR Deleting Test Case

Post by fman »

as you can see your installation is not OK.
Post Reply