Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E267F738 for ; Tue, 30 Apr 2013 04:08:24 +0000 (UTC) Received: (qmail 38019 invoked by uid 500); 30 Apr 2013 04:08:23 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 36993 invoked by uid 500); 30 Apr 2013 04:08:18 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 36297 invoked by uid 99); 30 Apr 2013 04:08:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 04:08:15 +0000 Date: Tue, 30 Apr 2013 04:08:15 +0000 (UTC) From: "Daniel Peraza (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CMIS-652) Method CMISService::getFolderParent() throws a fatal error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Peraza created CMIS-652: ---------------------------------- Summary: Method CMISService::getFolderParent() throws a fatal error Key: CMIS-652 URL: https://issues.apache.org/jira/browse/CMIS-652 Project: Chemistry Issue Type: Bug Components: cmis-phplib Affects Versions: PHPCMIS 0.1, PHPCMIS 0.2 Environment: Ubuntu 12.10 x64, Apache Server 2.2.22, PHP 5.4 Reporter: Daniel Peraza On line 852 of cmis_repository_wrapper.php, there is an invocation to {code}extractObjectEntry(){code}, which is not implemented in the class, nor its parent, which is causing a fatal error in PHP. It should be changed to {code}CMISRepositoryWrapper::extractObjectFeed($ret->body){code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira