sbro
sbro
Here in Sept 2024 installing to 2.11 and its kinda nasty that install instructions advise `pip install ckanext-xloader` which downloads ckanext-xloader-0.12.2.tar.gz from 2022
I have this plugin working now so edited this reply. Redmine 5.1.2.stable. I had the same issue as @JoeWu0121 but discovered from looking at comments in the source code that...
CKAN 2.11 - Was going to suggest this for exactly the same reasons and found the open PR. "Displayed Name" seems a good choice to me.
related to this patch - or patching the translation files in general. Following the original PR I edited the ckan.po file and then [instructions ](https://docs.ckan.org/en/2.11/extensions/translating-extensions.html#compiling-the-catalog) say to run `python setup.py...
I found .... [ /usr/lib/ckan/default/src/ckan/ckanext/activity/migration/activity/versions/71713a055d5c_add_permission_labels_in_activity_table.py](https://github.com/ckan/ckan/blob/master/ckanext/activity/migration/activity/versions/71713a055d5c_add_permission_labels_in_activity_table.py) which suggests someone has identified the need to add the column "permission_labels" to the activity table but it just didn't make it into the initial...
many thanks - sorry I think I was editing my post when you replied. I did try `ckan db upgrade` with the activated plugin and it did not resolve the...
detailed report of another clean install again the initial `ckan db init` and `ckan db upgrade` are not picking up the activity table db migration file that the pkg installs...
confirm `alembic.util.exc.CommandError: No 'script_location' key found in configuration` stepped through it one last time for good measure. - minimal Ubuntu install and pkg install as per the docs.... up to...
> Replacing the symlink with a regular directory resolved the problem. confirmed. Some help from ChatGPT identified a module that is loaded more than once due to the plugins folder...
Confirming same here using AWS Marketplace: CKAN 2.11 pre-configured by Link Digital > ckan -c /etc/ckan/default/production.ini tracking update > 2024-09-16 23:47:20,940 INFO [ckan.cli] Using configuration file /etc/ckan/default/production.ini > 2024-09-16 23:47:20,940...