Taxonomy Import not working

Created on 30 January 2024, 5 months ago
Updated 13 February 2024, 5 months ago

Problem/Motivation

The module Taxonomy Import doesn't work on my new Drupal 10.2.2. It doesn't import anything and it doesn't show any message.

Steps to reproduce

1. Install the module Taxonomy Import
2. Create a new taxonomy vocabulary on admin/structure/taxonomy
3. Import the CSV file choosing the new vocabulary on /admin/config/content/import_taxonomy

And it doesn't work at all.

I tried different CSV files. For exemple:

CSV file nº 1 with header "Name, Parent, Description":
Name, Parent, Description,
Albocàsser, , ,
Almassora, , ,
Benicàssim, , ,
Borriana, , ,

CSV file nº 2 without header:
Albocàsser,
Almassora,
Benicàssim,
Borriana,

And also the TEST.csv (original on the module) doesn't work.

Proposed resolution

I think it should show a message on the Drupal page and also on the webserver 's logs (access_log or error_log), but I don't see anything.

🐛 Bug report
Status

Closed: cannot reproduce

Version

2.0

Component

Code

Created by

🇪🇸Spain joancatala

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @joancatala
  • 🇪🇸Spain juandels3 Seville

    Hi. I have tried importing the CSV_Test.csv file provided by Taxonomy Import, and the taxonomy terms in the vocabulary have been imported successfully. I am using Drupal 10.2.2. It would be interesting if I could obtain some kind of log, either from the watchdog, server logs, or through debugging, in order to replicate the mentioned error. Thank you for your time!

  • 🇪🇸Spain joancatala

    It's weird but I don't have any entry on the drupal logs and neither on the Nginx error logs (I attach a couple of screenshots showing this).

    I can't understand why I don't receive any warning message or web server error...

  • 🇪🇸Spain juandels3 Seville

    Maybe it is some error at the level of your infrastructure configuration. Checks I suggest:

    • Check php directive "upload_max_filesize".
    • Check admin/config/media/file-system. Do you have the public file path and private file path configured correctly?
    • Can you upload other types of files on the site (images, documents, videos... etc)?
  • Status changed to Closed: cannot reproduce 5 months ago
Production build 0.69.0 2024