Hello,
En utilisant SVP Typologie pour vérifier les plugins sans catégorie j’ai eu une message d’erreur SQL :
Erreur SQL 1064
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND (plugins.id_plugin NOT IN ('')) AND (depots_plugins.id_plugin = plugins.' at line 3
SELECT plugins.id_plugin, 0 as points, '', prefixe, plugins.prefixe, plugins.nom, plugins.branches_spip, plugins.date_modif FROM spip_plugins AS plugins, spip_depots_plugins AS depots_plugins WHERE plugins.id_plugin IN () AND (plugins.id_plugin NOT IN ('')) AND (depots_plugins.id_plugin = plugins.id_plugin) AND (depots_plugins.id_depot > "0") GROUP BY plugins.id_plugin,prefixe ORDER BY plugins.prefixe
