[ โ ๐๐๐๐๐๐ ๐๐๐๐๐๐๐ ๐ต๐ ๐ซ๐๐๐๐ ] phpMyAdmin - Database Browser & Manager (for MySQL & MariaDB)
Prioritized issue groups from the latest Plugin Check scan
Security
5,523
9 issue groups
I18n
3,730
4 issue groups
Maintainability
1,481
12 issue groups
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$session_name]
Sample message
$_COOKIE[$session_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']['error']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>cat_term_ids = $out;</script>"'.
Sample message
The $text parameter must be a single text string literal. Found: "Error: could not create the session file. " .$e->getMessage()
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found $colum_names
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
The use of function ini_set() is discouraged
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$method not supported, use from: "'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'Showing rows %1s - %2s'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AUTOLOAD_FILE".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Not analyzed yet.
First score snapshot
v5.2.2.01
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 10,963 | 4,528 | 6,435 | v5.2.2.01 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.