邓鸿杰

Results 11 comments of 邓鸿杰

When I run the following command: python3 datapusher/main.py deployment/datapusher_settings.py The following error occurred: Traceback (most recent call last): File "datapusher/main.py", line 3, in import ckanserviceprovider.web as web File "/home/dhj/.local/lib/python3.8/site-packages/ckanserviceprovider/web.py", line...

Has anyone implemented the invitation function? I configure the email function according to the ckan document( https://docs.ckan.org/en/2.10/maintaining/email-notifications.html )But it failed. Details can be found in:https://github.com/ckan/ckan/issues/7666#issuecomment-1891477916

How to count the number of visitors to CKan website?

I am currently using version 2.10.2 of ckan and have the following requirements. I am not sure if ckan already exists? 1. I want to track the website's traffic (users...

@MichaelHarmsTIB Have you solved this problem? I also encountered the same problem. https://github.com/ckan/ckan/issues/7666#issuecomment-1891477916

@Gauravp-NEC You can refer to: https://github.com/ckan/ckan/issues/7666 To set up the email function, I hope it will be helpful to you.

@s2074135 I also encountered the same problem. Have you resolved it now? My current solution is not to use the "emails/reset_password. txt" file, but to modify the "lib/mailer. py" file,...

Hello, I also have the same problem. How can I solve it? I used two different SMTP services, and the first time I used "smtp. exmail. qq.com", the error I...

I found that in version 2.10.2 of ckan, it is not possible to only modify the email configuration in the ckan.ini file. Also, it is necessary to modify the "smtp_connection=smtplib....

Yes,I have added it to ckan.plugins. I would like to know if the current version of the cloudstorage plugin supports ckan2.10.3?If possible, could you tell me more detailed (complete) installation...