Typically when you get an error that the file cannot be found, it is a path problem, meaning you are not pointing to the file.
A common mistake is to omit a folder that the file is in, for example root/folder/filename.ext.
Check to see if you are pointing to the correct file.
Gary