Project

General

Profile

Bug #18520

Updated by Alexander Opitz almost 10 years ago

class.external_parser.php tries to check the existence with is_file(). This fails in my case because of an existing open-basedir-restriction in php. 



 



 The attached patch fixes this problem by disabling the check if an open_basedir restriction is in effect (which is already done this way if you have safe_mode on) 
 
 (issue imported from #M7969)

Back