The MongoGridFSException class
(PECL mongo >= 1.0.0)
Introduction
Thrown when there are errors reading or writing files to or from the database.
Error codes
Code | Message | Reason |
---|---|---|
3 | Could not open file $filename | Attempting to store an invalid file, such as directory |
4 | File $filename is too large: $filesize bytes | Maximum filesize in GridFS is 4GB |
5 | could not find filehandle | Resource doesn't have a filehandle |
6 | no file is associate with this filehandle | Resource isn't a file resource |
7 | error setting up file: $filenames | Could not open file for reading |
9 | error reading file $filenames | Failed reading file |
10 | error reading filehandle | Failed reading from a resource |
11 | could not find uploaded file %s | Filename doesn't seem to be uploaded file |
12 | Couldn't find tmp_name in the $_FILES array. Are you sure the upload worked? | Uploaded filename probably failed |
13 | tmp_name was not a string or an array | Invalid filename given |
14 | couldn't find file size | The length property is missing |
15 | Cannot find filename | No filename provided, and no filename property set |
16 | could not open destination file %s | Destination filename not writable |
17 | error reading chunk of file | Chunk corruption |
18 | couldn't create a php_stream | Couldn't create a stream resource |
19 | couldn't find property | Chunk corruption |
20 | chunk number has wrong size (size) when the max is maxchunksize | Chunk larger then expected |
21 | chunk has wrong format | Chunk corruption |
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 30/01/2003, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/php-rf-class.mongogridfsexception.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.