Could you provide some more context (sample code)? What exactly are you trying to do with the 1k chunk that you're trying to read?
Among the things you should check in the meantime are:
- is the $file a valid filehandle?
- do you have permissions to the file? (you say "page" so I assume you are running on a webserver -- does the webserver have permissions to the file?)