php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61190 MongoGridFS::put no returning MongoId despite inserting file
Submitted: 2012-02-26 22:12 UTC Modified: 2013-01-18 22:20 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: joaojose at webkaput dot com Assigned: bjori (profile)
Status: Closed Package: mongo (PECL)
PHP Version: Irrelevant OS: Centos
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: joaojose at webkaput dot com
New email:
PHP Version: OS:

 

 [2012-02-26 22:12 UTC] joaojose at webkaput dot com
Description:
------------
When trying to insert a file the MongoId isn't returned. Instead it returns empty despite the file being actually saved.

This happened after updating from Pecl Mongo 1.0.11 to 1.2.9. After reading the release notes of several releases I decided to downgrade to 1.2.4 and the script behaved as expected.

Test script:
---------------
$result = $this->getCollection()->put($filename, $rawData);
if($result !== false)
{
  //do something
}


Expected result:
----------------
Should return MongoId as per docs.

Actual result:
--------------
Returns empty

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-01-18 22:20 UTC] bjori@php.net
I cannot reproduce this... This was probably fixed long long time ago.
I've created a testcase for it though; https://github.com/mongodb/mongo-php-
driver/pull/276
 [2013-01-18 22:20 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 16:01:28 2024 UTC