Remove "tram2" source from config.php (no longer available)
 
	
	
	
	
	
	
	
	
	
	
	
	
	
 |  |  | 
 |  |  |         'mapper' => $tramTypes, | 
 |  |  |         'prefix' => 't', | 
 |  |  |     ], | 
 |  |  |     'tram2' => [ | 
 |  |  |         'gtfsrt' => 'ftp://ztp.krakow.pl/VehiclePositions.pb', | 
 |  |  |         'gtfsrt_file' => 'VehiclePositions_T.pb', | 
 |  |  |         'ttss' => 'http://www.ttss.krakow.pl/internetservice/geoserviceDispatcher/services/vehicleinfo/vehicles', | 
 |  |  |         'ttss_file' => 'vehicles_T.json', | 
 |  |  |         'database' => 'mapping_T.sqlite3', | 
 |  |  |         'result' => 'mapping_T.json', | 
 |  |  |         'result_vehicles' => 'vehicles_T.html', | 
 |  |  |         'mapper' => $tramTypes, | 
 |  |  |         'prefix' => 't', | 
 |  |  |     ], | 
 |  |  | ];  | 
 |  |  | ]; | 
 |  |  |  | 
 |  |  | foreach($sources as $name => &$source) { | 
 |  |  |     foreach(['gtfsrt_file', 'ttss_file', 'database', 'result', 'result_vehicles'] as $field) { |