php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77971 Can't access other than 1st page of advanced bug search
Submitted: 2019-05-04 17:22 UTC Modified: 2019-05-05 04:03 UTC
From: php4fan at gmail dot com Assigned: petk (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php4fan at gmail dot com
New email:
PHP Version: OS:

 

 [2019-05-04 17:22 UTC] php4fan at gmail dot com
Description:
------------
Steps to reproduce:

1. Go to https://bugs.php.net/search.php
2. Do an advanced search that returns more than one page of results, for example:

https://bugs.php.net/search.php?search_for=mysqli&boolean=0&limit=30&order_by=&direction=DESC&cmd=display&status=All&bug_type=Documentation+Problem&project=All&package_name%5B%5D=Documentation+problem&package_name%5B%5D=Website+problem&package_nname%5B%5D=pcsc&php_os=&phpver=&cve_id=&assign=&author_email=&bug_age=0&bug_updated=0&commented_by=

3. Try to click on the link that says "show next 30 entries"

Expected result:
----------------
Since it says there are 115 results, and since you have clicked a link that says "see the next 30 entries" which means there are at least 30 more entries in the first place, you should see them.

Actual result:
--------------
It says "no bugs found".

Fucking pathetic.

Now don't get surprised if I report a bug that has already been reported.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-05-04 17:27 UTC] kalle@php.net
-Status: Open +Status: Verified
 [2019-05-04 17:27 UTC] kalle@php.net
This seems to having to do with the URL encoding around the package_name[]= value in the URL.

On the first search page the value is:
package_name[]=Documentation+problem

Which turns into:
package_name[]=%27Documentation+problem%27

So I guess somewhere we are wrapping it quotation when generating the link to the next page
 [2019-05-04 17:41 UTC] petk@php.net
php4fan, hello, please, thank you.

First of all, thank you for your kind report and motivational and inspirational request to fix something that is broken. Keep in mind that the language you're using here reflects our community also that you are a part of whether you like it or not. Younger people learn from such report requests and they continue the low level communication. So for the sake of other people be a better example.

So, if you can, instead of using words that show your intelligence, communication and empathy levels, please send a pull request if you have any hints what might be wrong. The repository is almost entirely open sourced on GitHub. I agree, the application is beyond the quality levels we're used to in the PHP world and also to fix it properly it is a project to almost rewrite majority of it but maybe it can be fixed. 

I have few clues what might be happening here with the database and how to fix it. This level of language used here didn't much motivate me to move forward to the fix yet, but I'll try to move past this.

Our next feature will most certainly need to be to also fix the communication level in the bug tracker. Either with bans, with mutes, ignores for certain time periods or similar actions. This might be a more interesting side project...

Thank you.
 [2019-05-04 20:07 UTC] php4fan at gmail dot com
> This level of language used here didn't much motivate me
> to move forward to the fix yet, but I'll try to move past this.

Oh, I'm sorry I didn't motivate you enough.
I have a suggestion: try to think about how the issue affects everybody else and yourself, rather than me. I deserve the issue because of my language and attitude, but everybody else doesn't, including you. So maybe, by focusing on the issue itself and how it affects good people, you may find the motivation ;)
 [2019-05-04 20:26 UTC] kalle@php.net
@php4fan at gmail dot com:

The PHP Project is not a paid enterprise, people like me and petk@ are just like you, users of PHP who spend our free time on making the project run. Try to put that in perspective how many millions of people our limited resources has to serve.
 [2019-05-05 03:43 UTC] petk@php.net
Automatic comment on behalf of peterkokot@gmail.com
Revision: http://git.php.net/?p=web/bugs.git;a=commit;h=35463d9fa397f963443f75c42f54e1a7bbfc5432
Log: Fix #77971: Can't access other than 1st page of advanced bug search
 [2019-05-05 03:43 UTC] petk@php.net
-Status: Verified +Status: Closed
 [2019-05-05 04:03 UTC] petk@php.net
-Assigned To: +Assigned To: petk
 [2019-05-05 04:03 UTC] petk@php.net
php4fan, these are much more normal sentences. Please use such latter language more often because the open source bug fixes depend on such good responses. The proper and much more humane response now motivated me to fix this issue. Thank you for being able to communicate more properly and being helpful in contributing a bug report. Case resolved...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 11:01:32 2024 UTC