Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.16.14

Bug #5283 Pear Error getMessage property/method error
Submitted: 2005-09-02 18:32 UTC
From: tim at nonfiction dot ca Assigned: lsmith
Status: Closed Package: LiveUser
PHP Version: 4.3.11 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-02 18:32 UTC] tim at nonfiction dot ca
Description: ------------ Using LiveUser 0.16.6, updated this morning In the Perm DB Storage Container, Pear Error 'getMessage' being called as a property instead of as a method Test script: --------------- Line 145: if (PEAR::isError($result)) { $this->_stack->push(LIVEUSER_ERROR, 'exception', array(), 'error in query' . $result->getMessage . '-' . $result->getUserInfo()); return false; } Sould be: if (PEAR::isError($result)) { $this->_stack->push(LIVEUSER_ERROR, 'exception', array(), 'error in query' . $result->getMessage() . '-' . $result->getUserInfo()); return false; }

Comments

 [2005-09-02 22:09 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!