Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.8
-
Fix Version/s: 4.2.0
-
Component/s: Technical infrastructure
-
Labels:None
Description
When fopen() for the path to the CSV file that you provide when using import.php on the command line returns NULL, the import.php script will continue anyway and further on die for the wrong reason. The handle which fopen() returns isn't checked for NULL.