Edit report at https://bugs.php.net/bug.php?id=77068&edit=1
ID: 77068 Comment by: a at b dot c dot de Reported by: yodarunamok at gmail dot com Summary: Attempt to Up-vote an Answer Fails Status: Verified Type: Bug Package: Website problem Operating System: MacOS 10.12.6 PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Try switching to one of the non-https mirrors at http://www.php.net/mirrors.php and trying there. It's like there's some sort of same-origin thing going on; the script sends an OPTIONS request to https://php.net/ that comes back with a 301 to https://secure.php.net/ which is never followed up (meanwhile similar redirects happen as normal). Previous Comments: ------------------------------------------------------------------------ [2018-10-26 17:41:43] yodarunamok at gmail dot com Description: ------------ In both Chrome and Firefox, attempts to up-vote a helpful comment result in a red "x" in place of the score count, and a "Something went wrong :(" error at the top of the page. (The answer I'm trying to up-vote REALLY deserves it.) This happened the first time I attempted to up-vote the issue, and it presently has a score of zero. Test script: --------------- 1- Navigate to https://secure.php.net/manual/en/xml.installation.php 2- Scroll down to Alex Ivaylov's answer. 3- Click the up arrow next to it. 4- You will see the error described above, and no vote is counted. Expected result: ---------------- The answer's score should increase. Actual result: -------------- A red "x" in place of the score count, and a "Something went wrong :(" error at the top of the page. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77068&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php