Import to Photo Gallery from NextGen gallery is an easy setup addon for importing photos and related data from NextGen Gallery to Photo Gallery.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'import-to-photo-gallery-from-nextgen-gallery' but got 'pgi'. | 138:56 | General |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_mkdir | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir(). | 39:7 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_mkdir | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir(). | 42:7 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_mkdir | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir(). | 43:7 | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $gallery | 73:245 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found gid | 73:255 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $import_images_pid used in $wpdb->get_results('SELECT t2.term_id, t2.description, t2.`parent`, t2.`count`, t3.name, t3.slug, t3.term_group, t1.object_ids FROM ( SELECT GROUP_CONCAT( object_id SEPARATOR ",") AS object_ids, term_taxonomy_id FROM ' . $wpdb->prefix . 'term_relationships GROUP BY term_taxonomy_id) AS t1 JOIN ' . $wpdb->prefix . 'term_taxonomy AS t2 ON t1.term_taxonomy_id = t2.term_taxonomy_id LEFT JOIN ' . $wpdb->prefix . 'terms AS t3 ON t3.term_id = t2.term_id WHERE t1.object_ids IN (' . $import_images_pid . ') AND t2.taxonomy="ngg_tag"')\n$import_images_pid assigned unsafely at line 168:\n $import_images_pid = implode(',',$import_images_pid)\n$import_images_pid assigned unsafely at line 108:\n $import_images_pid[]= $import_image->pid\n$import_image->pid used without escaping. | 169:23 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $import_images_pid | 169:498 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $album->id used in $wpdb->get_var("SELECT pictures.filename AS previewpic, pictures.pid FROM " . $wpdb->prefix . "ngg_pictures AS pictures JOIN " . $wpdb->prefix . "ngg_album AS album ON pictures.pid = album.previewpic WHERE id='".$album->id."'")\n$album->id used without escaping. | 229:31 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $album | 229:238 | Security |
| 16.11.2025, 04:55:32 | 12s | 59 | 78 | 83 |