You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing Archetype from the deposit https://github.com/kcl-ddh/digipal.git.
I have created a specific database for it, connect Archetype and the database with local_settings.py, make the migration.
But then, when I launch Archetype and I click on the number records of manuscripts and chapters (on the main menu pages, with the numbers of records equals to 0) I get an OSError at /digipal/search/ ([Errno 2] No such file or directory: '/home/hugo/Documents/Projet_Bonhum_25_02_21/digipal/digipal_project/search/unified')
Even after updating of the database (adding of image, item parts, current item and historical item) the problem remains.
Did I miss something during the configuration Archetype?
Regards,
Hugo
The text was updated successfully, but these errors were encountered:
Thanks, that's work now! It's equivalent to click on "Indexing" on the bottom of the main page, isn't it?
But now, I have a new problem : when I try to create an Image object with a specific Item part and Image file, I received the specific message :
======
OSError at /admin/digipal/image/1/
[Errno 2] No such file or directory: '/home/hugo/Documents/Projet_Bonhum_25_02_21/digipal/digipal_project/images/jp2/admin-upload/e/e9d8a153-8f5f-4af8-a967-6c93c5ce806f_1.tif'
Exception Value: | [Errno 2] No such file or directory: '/home/hugo/Documents/Projet_Bonhum_25_02_21/digipal/digipal_project/images/jp2/admin-upload/e/e9d8a153-8f5f-4af8-a967-6c93c5ce806f_1.tif'
Exception Location: | /home/hugo/Documents/Projet_Bonhum_25_02_21/digipal/digipal/iipfield/storage.py in _call_image_conversion, line 109
I'm also a bit puzzled, I use Archetype from Docker in parallel of Archetype from github, and I don't have this kind of problem.
Good morning,
I'm installing Archetype from the deposit https://github.com/kcl-ddh/digipal.git.
I have created a specific database for it, connect Archetype and the database with local_settings.py, make the migration.
But then, when I launch Archetype and I click on the number records of manuscripts and chapters (on the main menu pages, with the numbers of records equals to 0) I get an OSError at /digipal/search/ ([Errno 2] No such file or directory: '/home/hugo/Documents/Projet_Bonhum_25_02_21/digipal/digipal_project/search/unified')
Even after updating of the database (adding of image, item parts, current item and historical item) the problem remains.
Did I miss something during the configuration Archetype?
Regards,
Hugo
The text was updated successfully, but these errors were encountered: