View | Details | Raw Unified | Return to bug 11398
Collapse All | Expand All

(-)a/installer/data/mysql/update22to30.pl (-1 / +1 lines)
Lines 3443-3449 my $DBversion = "3.00.00.000"; Link Here
3443
                $dbh->do($sql);
3443
                $dbh->do($sql);
3444
                if ($dbh->err) {
3444
                if ($dbh->err) {
3445
                    print "====================
3445
                    print "====================
3446
    An error occured during :
3446
    An error occurred during :
3447
    \t$sql
3447
    \t$sql
3448
    It probably means there is something wrong in your DB : a row ($table.$row->{key}) refers to a value in $row->{foreigntable}.$row->{foreignkey} that does not exist. solve the problem and run updater again (or just the previous SQL statement).
3448
    It probably means there is something wrong in your DB : a row ($table.$row->{key}) refers to a value in $row->{foreigntable}.$row->{foreignkey} that does not exist. solve the problem and run updater again (or just the previous SQL statement).
3449
    You can find those values with select
3449
    You can find those values with select
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +1 lines)
Lines 191-197 Link Here
191
                    [% IF ( op == 'show_results' ) %]
191
                    [% IF ( op == 'show_results' ) %]
192
                        [% IF ( errors ) %]
192
                        [% IF ( errors ) %]
193
                            <div class="dialog alert">
193
                            <div class="dialog alert">
194
                            <h4>Errors occured:</h4>
194
                            <h4>Errors occurred:</h4>
195
                            <ul class="warnings">
195
                            <ul class="warnings">
196
                            [% FOREACH error IN errors %]
196
                            [% FOREACH error IN errors %]
197
                                [% IF ( error.error == 'can_not_update' ) %]
197
                                [% IF ( error.error == 'can_not_update' ) %]
198
- 

Return to bug 11398