The error report is not submitted even when the messages says otherwise. This happens when server does not have CURL extension installed.
There is also no error detection, so in case server is down or does not parse the response, it still says user that the report has been submitted.
The error reporting server sends back a json response so all that is needed is decoding that response and checking if it is successfull
I fixed it I believe. I now check for failure. https://github.com/phpmyadmin/phpmyadmin/pull/758
Michal can you confirm the fix?
There is also no error detection, so in case server is down or does not parse the response, it still says user that the report has been submitted.
The error reporting server sends back a json response so all that is needed is decoding that response and checking if it is successfull
I fixed it I believe. I now check for failure. https://github.com/phpmyadmin/phpmyadmin/pull/758
Michal can you confirm the fix?