[Testrunner-users] tr_currenttestruns.cgi problem
Brought to you by:
efuentetaja,
gregaryh
|
From: francism <fra...@gm...> - 2006-08-07 08:52:33
|
Hello All,
its my first time to install Testtopia aka testrunner. i got problem
below then i click TEST(tr_currenttestruns.cgi) on bugzilla 2.20.
Does any one what is this? i also patch 2.20 but it still the same.
Any good idea?
Software error:
DBD::mysql::st execute failed: Unknown column 'l.id' in 'on clause'
[for Statement "select r.summary, r.start_date, pr.name,
r.product_version, r.rep_platform, r.op_sys, p.name, r.test_run_id,
p.plan_id, p.product_id from test_cases_log l, test_runs r, test_plans
p, products pr left outer join test_cases_log_testers a on
a.case_log_id=l.id where l.test_run_id=r.test_run_id and
r.status='running' and r.plan_id=p.plan_id and pr.id=p.product_id and
l.status='idle' and (l.isprivate=0 or a.userid=1) group by
r.test_run_id order by 2 desc"] at Bugzilla/DB.pm line 84
Bugzilla::DB::SendSQL('select r.summary, r.start_date, pr.name,
r.product_version, r...') called at
/var/www/html/bugzilla/tr_currenttestruns.cgi line 63
main::getTestRuns() called at
/var/www/html/bugzilla/tr_currenttestruns.cgi line 93
|