|
Lines 139-147
Link Here
|
| 139 |
You have set UseQueryParser but there was a problem inititializing QueryParser. |
139 |
You have set UseQueryParser but there was a problem inititializing QueryParser. |
| 140 |
[% IF QueryParserError.fallback %] |
140 |
[% IF QueryParserError.fallback %] |
| 141 |
The 'queryparser_config' entry is missing in your configuration file. |
141 |
The 'queryparser_config' entry is missing in your configuration file. |
| 142 |
<strong>[% QueryParserError.file %]</strong> was used instead without success. |
142 |
The following configuration file was used without success: [% QueryParserError.file %]. |
| 143 |
[% ELSE %] |
143 |
[% ELSE %] |
| 144 |
The following configuration file was used without success: <strong>[% QueryParserError.file %]</strong>. |
144 |
The following configuration file was used without success: [% QueryParserError.file %]. |
| 145 |
[% END %] |
145 |
[% END %] |
| 146 |
</td> |
146 |
</td> |
| 147 |
</tr> |
147 |
</tr> |
|
Lines 167-237
Link Here
|
| 167 |
<tr> |
167 |
<tr> |
| 168 |
<th scope="row"><b>Warning</b></th> |
168 |
<th scope="row"><b>Warning</b></th> |
| 169 |
<td>The <zebra_bib_index_mode> entry is missing in your configuration file. |
169 |
<td>The <zebra_bib_index_mode> entry is missing in your configuration file. |
| 170 |
It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated). |
170 |
It should be set to 'dom' or 'grs1' (deprecated). |
| 171 |
It will default to <strong>dom</strong>. |
171 |
It will default to 'dom'. |
| 172 |
</td> |
172 |
</td> |
| 173 |
</tr> |
173 |
</tr> |
| 174 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] |
174 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] |
| 175 |
<tr> |
175 |
<tr> |
| 176 |
<th scope="row"><b>Info</b></th> |
176 |
<th scope="row"><b>Info</b></th> |
| 177 |
<td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td> |
177 |
<td>Your configuration file still seems to be set up for 'grs1'.</td> |
| 178 |
</tr> |
178 |
</tr> |
| 179 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] |
179 |
[% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] |
| 180 |
<tr> |
180 |
<tr> |
| 181 |
<th scope="row"><b>Info</b></th> |
181 |
<th scope="row"><b>Info</b></th> |
| 182 |
<td>Your configuration file seems to be set up for <strong>dom</strong>.</td> |
182 |
<td>Your configuration file seems to be set up for 'dom'.</td> |
| 183 |
</tr> |
183 |
</tr> |
| 184 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] |
184 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] |
| 185 |
<tr> |
185 |
<tr> |
| 186 |
<th scope="row"><b>Warning</b></th> |
186 |
<th scope="row"><b>Warning</b></th> |
| 187 |
<td>The <zebra_auth_index_mode> entry is missing in your configuration file. |
187 |
<td>The <zebra_auth_index_mode> entry is missing in your configuration file. |
| 188 |
It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated). |
188 |
It should be set to 'dom' or 'grs1' (deprecated). |
| 189 |
It will default to <strong>dom</strong>. |
189 |
It will default to 'dom'. |
| 190 |
</td> |
190 |
</td> |
| 191 |
</tr> |
191 |
</tr> |
| 192 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] |
192 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] |
| 193 |
<tr> |
193 |
<tr> |
| 194 |
<th scope="row"><b>Info</b></th> |
194 |
<th scope="row"><b>Info</b></th> |
| 195 |
<td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td> |
195 |
<td>Your configuration file still seems to be set up for 'grs1'.</td> |
| 196 |
</tr> |
196 |
</tr> |
| 197 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] |
197 |
[% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] |
| 198 |
<tr> |
198 |
<tr> |
| 199 |
<th scope="row"><b>Info</b></th> |
199 |
<th scope="row"><b>Info</b></th> |
| 200 |
<td>Your configuration file seems to be set up for <strong>dom</strong>.</td> |
200 |
<td>Your configuration file seems to be set up for 'dom'.</td> |
| 201 |
</tr> |
201 |
</tr> |
| 202 |
[% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] |
202 |
[% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] |
| 203 |
<tr> |
203 |
<tr> |
| 204 |
<th scope="row"><b>Warning</b></th> |
204 |
<th scope="row"><b>Warning</b></th> |
| 205 |
<td>The <zebra_bib_index_mode> entry is set to <strong>grs1</strong>. |
205 |
<td>The <zebra_bib_index_mode> entry is set to 'grs1'. |
| 206 |
GRS-1 support is now deprecated and will be removed in future releases. |
206 |
GRS-1 support is now deprecated and will be removed in future releases. |
| 207 |
Please use DOM instead by setting <zebra_bib_index_mode> to |
207 |
Please use DOM instead by setting <zebra_bib_index_mode> to |
| 208 |
<strong>dom</strong> (full reindex required). |
208 |
'dom' (full reindex required). |
| 209 |
</td> |
209 |
</td> |
| 210 |
</tr> |
210 |
</tr> |
| 211 |
[% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] |
211 |
[% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] |
| 212 |
<tr> |
212 |
<tr> |
| 213 |
<th scope="row"><b>Warning</b></th> |
213 |
<th scope="row"><b>Warning</b></th> |
| 214 |
<td>The <zebra_bib_index_mode> entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td> |
214 |
<td>The <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td> |
| 215 |
</tr> |
215 |
</tr> |
| 216 |
[% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] |
216 |
[% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] |
| 217 |
<tr> |
217 |
<tr> |
| 218 |
<th scope="row"><b>Warning</b></th> |
218 |
<th scope="row"><b>Warning</b></th> |
| 219 |
<td>The <zebra_auth_index_mode> entry is set to <strong>grs1</strong>. |
219 |
<td>The <zebra_auth_index_mode> entry is set to 'grs1'. |
| 220 |
GRS-1 support is now deprecated and will be removed in future releases. |
220 |
GRS-1 support is now deprecated and will be removed in future releases. |
| 221 |
Please use DOM instead by setting <zebra_auth_index_mode> to |
221 |
Please use DOM instead by setting <zebra_auth_index_mode> to |
| 222 |
<strong>dom</strong> (full reindex required). |
222 |
'dom' (full reindex required). |
| 223 |
</td> |
223 |
</td> |
| 224 |
</tr> |
224 |
</tr> |
| 225 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] |
225 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] |
| 226 |
<tr> |
226 |
<tr> |
| 227 |
<th scope="row"><b>Warning</b></th> |
227 |
<th scope="row"><b>Warning</b></th> |
| 228 |
<td>The <zebra_auth_index_mode> entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td> |
228 |
<td>The <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td> |
| 229 |
</tr> |
229 |
</tr> |
| 230 |
[% ELSIF config_entry.error == 'queryparser_entry_missing' %] |
230 |
[% ELSIF config_entry.error == 'queryparser_entry_missing' %] |
| 231 |
<tr> |
231 |
<tr> |
| 232 |
<th scope="row"><b>Warning</b></th> |
232 |
<th scope="row"><b>Warning</b></th> |
| 233 |
<td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration |
233 |
<td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration |
| 234 |
file. <strong>[% config_entry.file %]</strong> is used as a fallback. |
234 |
file. [% config_entry.file %] is used as a fallback. |
| 235 |
</td> |
235 |
</td> |
| 236 |
</tr> |
236 |
</tr> |
| 237 |
[% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] |
237 |
[% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] |
|
Lines 244-250
Link Here
|
| 244 |
[% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] |
244 |
[% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] |
| 245 |
<tr> |
245 |
<tr> |
| 246 |
<th scope="row"><b>Warning</b></th> |
246 |
<th scope="row"><b>Warning</b></th> |
| 247 |
<td>You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to <strong>dom</strong>. Falling back |
247 |
<td>You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back |
| 248 |
to legacy facet calculation. |
248 |
to legacy facet calculation. |
| 249 |
</td> |
249 |
</td> |
| 250 |
</tr> |
250 |
</tr> |
|
Lines 258-273
Link Here
|
| 258 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
258 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
| 259 |
<tr> |
259 |
<tr> |
| 260 |
<th scope="row"><b>Warning</b></th> |
260 |
<th scope="row"><b>Warning</b></th> |
| 261 |
<td>You are missing the <strong><upload_path></strong> entry in your koha-conf.xml file. Please |
261 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
| 262 |
add it, pointing to the configured file upload directory for your Koha instance. |
262 |
add it, pointing to the configured file upload directory for your Koha instance. |
| 263 |
</td> |
263 |
</td> |
| 264 |
</tr> |
264 |
</tr> |
| 265 |
[% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] |
265 |
[% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] |
| 266 |
<tr> |
266 |
<tr> |
| 267 |
<th scope="row"><b>Warning</b></th> |
267 |
<th scope="row"><b>Warning</b></th> |
| 268 |
<td>You are missing the <strong><upload_path></strong> entry in your koha-conf.xml file. Please |
268 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
| 269 |
add it, pointing to the configured file upload directory for your Koha instance. |
269 |
add it, pointing to the configured file upload directory for your Koha instance. |
| 270 |
Also note that you need to properly set the <strong>OPACBaseURL</strong> preference for the file upload plugin to work. |
270 |
Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. |
| 271 |
</td> |
271 |
</td> |
| 272 |
</tr> |
272 |
</tr> |
| 273 |
[% END %] |
273 |
[% END %] |
| 274 |
- |
|
|