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

Bug #16604 Submit bug report in Google Chrome + files to upload fails submitting
Submitted: 2009-09-12 15:43 UTC
From: mpgjunky Assigned: doconnor
Status: Closed Package: pearweb (version Unknown)
PHP Version: Irrelevant OS: XP Pro
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


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 : 20 + 34 = ?

 
 [2009-09-12 15:43 UTC] mpgjunky (Michael Mussulis)
Description: ------------ Tried to submit bug report using Google Chrome, and checked the option to upload files. Clicked submit, submit again at the similar bugs page, and got a blank page. Did a back in the browser, F5 to refresh page, got back to the bug report page, unchecked the upload files options, hit submit and it worked. Bug to submitted. Test script: --------------- Try submitting a bug using Chrome with upload files option checked. Expected result: ---------------- Bug submitting to work with/without upload files option. Actual result: -------------- Upload files option breaks submitting process.

Comments

 [2009-09-14 18:57 UTC] cweiske (Christian Weiske)
A blank page indicates a server problem.
 [2009-09-14 19:24 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Verified
 [2009-09-14 19:26 UTC] doconnor (Daniel O'Connor)
<?php if (!isset($id)) { header('HTTP/1.0 400 Bad Request'); exit(); }
 [2009-09-14 19:39 UTC] doconnor (Daniel O'Connor)
bugs/report.php 380: localRedirect('patch-add.php?bug_id=' . $cid . '&email=' . $_POST['in']['email']);
 [2009-09-14 19:49 UTC] doconnor (Daniel O'Connor)
-Status: Verified +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Needs better testing - I had to monkey around with it, and my local copy is trashed; so it barred me from adding a patch easily ('the user who submitted this report is unconfirmed, so I won't let you add a patch).