php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56086 Delete comment failure
Submitted: 2004-06-07 08:56 UTC Modified: 2004-06-07 14:52 UTC
From: cox at idecnet dot com Assigned: mj (profile)
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS:
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cox at idecnet dot com
New email:
PHP Version: OS:

 

 [2004-06-07 08:56 UTC] cox at idecnet dot com
Description:
------------
When as developer, you try to delete a comment the following error appears:

Fatal error: Call to a member function on a non-object in /usr/local/www/pearweb/public_html/bugs/bug.php on line 774


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-07 11:17 UTC] danielc at analysisandsolutions dot com
This can be fixed by adding the following on line 773 of bug.php:

    global $dbh;
 [2004-06-07 14:52 UTC] mj@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC