In phpMyAdmin : An error was detected and the error report was generated but failed to send. If you are having problems, please submit vulnerability reports manually. You need to refresh the current page.
1. In phpMyAdmin, it prompts: An error was detected, the error report has been generated but failed to send. If you are having problems, please submit vulnerability reports manually. You need to refresh the current page. as shown in Figure 1
2. Because it is downloaded phpmyadmin-5.2.2-all-languages.zip. After decompression, run directly, and decide to refer to: installing from git.https://docs.phpmyadmin.net/en/release_5_2_2/setup.html#installing-from-git
3. Only executed before: composer update –no-dev, not executed: yarn install –production. After execution, the error is still reported.
4. Decision reference: installing using composer.https://docs.phpmyadmin.net/en/release_5_2_2/setup.html#installing-using-composer。重头开始安装。
5. Carefully observe the error information of the console, and there are errors related to OneKey. In the end, I found that the browser plugin OneKey needs to be disabled, and the problem is solved. as shown in Figure 2

