fix: CSV import VALUES placeholder count mismatch (27 values for 26 columns)

This commit is contained in:
Pontoporeia
2026-07-10 19:07:19 +02:00
parent 64323fd17e
commit b2cdbd0174
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,3 +6,4 @@
- [x] Fix orientation (and other filter) metadata links on TFE page leading to empty search: remove redundant `query=` param
- [x] Fix language metadata link using wrong `query=` param instead of dedicated `language=` filter
- [x] Sort TFE files by display category on public page (note d'intention → TFE → image → video → audio → website → annexes)
- [x] Fix CSV import: VALUES had 24 ? placeholders but execute array has 23 values → 27 total for 26 columns
+1 -1
View File
@@ -367,7 +367,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_FILES['csv_file'])) {
objet, contact_visible,
duration_pages, duration_minutes, has_annexes,
is_published, status, submitted_at
) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,0,'active',CURRENT_TIMESTAMP)
) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,0,'active',CURRENT_TIMESTAMP)
");
$s->execute([
!empty($identifier) ? $identifier : null, $title,