| Lines 46-51
          use Koha::Caches;
      
      
        Link Here | 
        
          | 46 | use Koha::Config::SysPrefs; | 46 | use Koha::Config::SysPrefs; | 
        
          | 47 | use Koha::Illrequest::Config; | 47 | use Koha::Illrequest::Config; | 
        
          | 48 | use Koha::SearchEngine::Elasticsearch; | 48 | use Koha::SearchEngine::Elasticsearch; | 
            
              |  |  | 49 | use Koha::UploadedFiles; | 
        
          | 49 |  | 50 |  | 
        
          | 50 | use C4::Members::Statistics; | 51 | use C4::Members::Statistics; | 
        
          | 51 |  | 52 |  | 
  
    | Lines 260-265
          if ( ! defined C4::Context->config('upload_path') ) {
      
      
        Link Here | 
        
          | 260 |     } | 261 |     } | 
        
          | 261 | } | 262 | } | 
        
          | 262 |  | 263 |  | 
            
              |  |  | 264 | if ( ! defined C4::Context->config('upload_tmp_path') ) { | 
            
              | 265 |     push @xml_config_warnings, { | 
            
              | 266 |         error                    => 'uploadtmppath_entry_missing', | 
            
              | 267 |         effective_upload_tmp_dir => Koha::UploadedFile->temporary_directory | 
            
              | 268 |     } | 
            
              | 269 | } | 
            
              | 270 |  | 
        
          | 263 | # Test QueryParser configuration sanity | 271 | # Test QueryParser configuration sanity | 
        
          | 264 | if ( C4::Context->preference( 'UseQueryParser' ) ) { | 272 | if ( C4::Context->preference( 'UseQueryParser' ) ) { | 
        
          | 265 |     # Get the QueryParser configuration file name | 273 |     # Get the QueryParser configuration file name |