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

(-)a/about.pl (+6 lines)
Lines 151-156 if ( (C4::Context->config('zebra_auth_index_mode') eq 'grs1') && ($context->{'se Link Here
151
    };
151
    };
152
}
152
}
153
153
154
if ( ! defined C4::Context->config('log4perl_conf') ) {
155
    push @xml_config_warnings, {
156
        error => 'log4perl_entry_missing'
157
    }
158
}
159
154
# Test QueryParser configuration sanity
160
# Test QueryParser configuration sanity
155
if ( C4::Context->preference( 'UseQueryParser' ) ) {
161
if ( C4::Context->preference( 'UseQueryParser' ) ) {
156
    # Get the QueryParser configuration file name
162
    # Get the QueryParser configuration file name
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +7 lines)
Lines 229-234 Link Here
229
                        to legacy facet calculation.
229
                        to legacy facet calculation.
230
                    </td>
230
                    </td>
231
                </tr>
231
                </tr>
232
                [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
233
                <tr>
234
                    <th scope="row"><b>Warning</b></th>
235
                    <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
236
                        add it, pointing to the log4perl.conf file for your Koha instance.
237
                    </td>
238
                </tr>
232
                [% END %]
239
                [% END %]
233
            [% END %]
240
            [% END %]
234
            </table>
241
            </table>
235
- 

Return to bug 14167