Ondics Githubler
Ondics Githubler
Why not just enabling the administration of resource licences in the ckan core user interface?
when do you plan to merge?
Same problem here. Standard setup. after `docker-compose up`, uploading a csv file anf starting the datapusher, the datapusher returns with Error: Process completed but unable to post to result_url My...
ok, solved: The `.env` variables `CKAN_SITE_URL` and `CKAN__DATAPUSHER__CALLBACK_URL_BASE` must be identical. If tey are not identical, the error is `Error: Process completed but unable to post to result_url`
Hmmm. Maybe a 301 redirection problem in some of our browsers? Anyway. Thank you for your investigation. I close this issue.
maybe nginx container starts up too early? make it a link from the app container to control the order of startup
The `UWSGI_HARAKIRI` settings works with us using only uwsgi as web server behind a Traefik proxy server. Thanks for pointing out this timing problem. We also use the ckan image...
Without Bootstrap5 this is the new `composer.json` `require:` section: "require": { "php": ">=7.4.0", "yiisoft/yii2": "~2.0.45", "yiisoft/yii2-symfonymailer": "~2.0.3", "yiisoft/yii2-apidoc": "~2.1.0" }, But these errors remain: ``` Loading composer repositories with package...
If I remove the `require-dev` section and the symfonymailer to "require": { "php": ">=7.4.0", "yiisoft/yii2": "~2.0.45", "yiisoft/yii2-apidoc": "~2.1.0" }, then it works. But I need the `yii2-symfonymailer`!
Next error: `./yii help api` results in: ``` # ./yii help api Exception 'yii\di\NotInstantiableException' with message 'Failed to instantiate component or class "yii\gii\Module".' in /app/yii2-app-basic/vendor/yiisoft/yii2/di/Container.php:509 Caused by: Exception 'ReflectionException' with...