Search found 3 matches

by Vincent
Fri Oct 15, 2010 1:42 pm
Forum: Installation and configuration
Topic: update 1.9 RC1 from 1.9 beta 5
Replies: 3
Views: 4552

Re: update 1.9 RC1 from 1.9 beta 5

Hi For the update have copy the code of the RC1 under the folder of beta 5 adding config_db.inc.php, merge the change have done on config.inc.php with the new version. And last to solve my problem I have to made a change on the database. For this change go to the administration page of your database...
by Vincent
Thu Oct 14, 2010 9:49 am
Forum: Installation and configuration
Topic: update 1.9 RC1 from 1.9 beta 5
Replies: 3
Views: 4552

Re: update 1.9 RC1 from 1.9 beta 5

I have solved the problem by adding a field into the table 'user_assigments'

`build_id` int(10) unsigned default '0'

for those who have the same problem.

thanks
by Vincent
Thu Oct 14, 2010 9:12 am
Forum: Installation and configuration
Topic: update 1.9 RC1 from 1.9 beta 5
Replies: 3
Views: 4552

update 1.9 RC1 from 1.9 beta 5

Hello I have a DB error, when i am under 'Test Execution', instead of the tree of test case. When I comment the line 935 and 949 in lib/functions/testplan.class.php it works. $sql = "/* $debugMsg */ " . " SELECT NHB.parent_id AS testsuite_id, {$more_tcase_fields} {$more_parent_fields}...