php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55924 Warning breaking bug system
Submitted: 2003-11-27 14:36 UTC Modified: 2003-11-27 14:48 UTC
From: mroch@php.net Assigned:
Status: Duplicate Package: PECL bug system (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 + 28 = ?
Subscribe to this entry?

 
 [2003-11-27 14:36 UTC] mroch@php.net
Description:
------------
Every time something is done (submitting a report, closing, etc.), I get a warning (see below) which stops the rest of the page from showing up.  When you hit refresh, it tries to do it again, causing duplicate bugs.

Expected result:
----------------
A confirmation that the action has happened.

Actual result:
--------------
Warning: implode(): Bad arguments. in /usr/local/www/pearweb/public_html/bugs/include/functions.inc on line 497

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/pearweb/public_html/bugs/include/functions.inc:497) in /usr/local/www/pearweb/public_html/bugs/bug.php on line 178

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-27 14:48 UTC] mroch@php.net
See 312
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC