| NULL | "Failed to open file: $filename" | There are few possible things that might cause that error,
       usually it's caused by  wrong permissions or bad sectors on the harddisk. | Check the permissions of the file (ls -l
       {file} on UNIX systems) and change them so the file is
       readable by PHP, check if the harddisk is working properly and
       has no bad sectors. |