Edit report at https://bugs.php.net/bug.php?id=77971&edit=1
ID: 77971 Comment by: [email protected] Reported by: php4fan at gmail dot com Summary: Can't access other than 1st page of advanced bug search Status: Verified Type: Bug Package: Website problem PHP Version: Irrelevant Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2019-05-04 17:27:43] [email protected] 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:22:42] 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. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77971&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
