- 
    
Bug
 - 
    Resolution: Duplicate
 - 
    
Major
 - 
    3.1.2
 - 
    None
 - 
    None
 
					Fatal error: Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]]) in E:\phpBB\Ascraeus\phpBB\phpbb\file_downloader.php on line 72
			 | 
		
To reproduce just change the filename in the version helper to something invalid (ver.json) and refresh the version check. The problem is we pass an array:
					throw new \RuntimeException(array('FILE_NOT_FOUND', $filename));
			 | 
		
- duplicates
 - 
                    
PHPBB-13380 Invalid parameter passed to RuntimeException in file_downloader.php
-         
 - Closed
 
 -         
 

