Closed (fixed)
Project:
Taxonomy Import
Version:
2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2021 at 22:48 UTC
Updated:
23 Jun 2021 at 17:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
0ledge commentedHi,
Issue remains for 9.1.5 and getting error when trying to uninstall;
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table '[DBTABLE].file_managed' doesn't exist: SELECT file_managed.fid FROM file_managed WHERE uri LIKE :fid; Array ( [:fid] => public://taxonomy_files/% ) in taxonomy_import_uninstall() (line 15 of modules/taxonomy_import/taxonomy_import.install).
I've looked for log entries or other indicators - but haven't found anything further I can contribute with I'm afraid.
Cheers
Marck
Comment #3
vuilCould you try the same on 2.x-dev branch. Let us know how to reproduce the same issue. Thank you.
Comment #4
0ledge commentedHi,
I removed the module ( the hard way in directory - since it still won't uninstall ), and installed 2.x-dev branch.
I'm getting this error:
The website encountered an unexpected error. Please try again later.
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'file_managed.uri' in 'field list': SELECT {file_managed.uri} FROM {file_managed} ORDER BY {file_managed.fid} DESC limit 1; Array ( ) in Drupal\taxonomy_import\Form\create_taxonomy() (line 85 of modules/taxonomy_import/src/Form/ImportForm.php).
I have imported the data with a different module in the meantime - so not sure if the error could be caused by that. I don't have a staging system I can clear and test on for that.
Cheers
Comment #5
vincent_jo commentedHi,
same error here with the latest version (taxonomy_import:^2.0.1).
@Oledge:
Which module worked for you?
regards
Vincent
Comment #6
pabliz commentedHi there,
I'm experiencing the same issue.
I'm very new to Drupal so I waited to see if it was me doing something wrong. Hope someone can help.
Thanks,
Paolo
Comment #7
pabliz commentedHi again,
I ended up using a different module called term_csv_export_import.
I'm going to re-test the taxonomy_import module to double check if the error was due to how I was structuring the data within the .csv file.
Comment #8
AshM commentedThe problem was the structure of the Static database query. Removing the curly braces where the columns were referred, fixed the issue for me.
Comment #9
vuilComment #11
vuil