-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied IO Error #91
Comments
@MichaelHarmsTIB can you give more details about how you installed the plugin? |
I install in my virt enviroment with pip this: |
|
@MichaelHarmsTIB some things to try:
|
Ok Thx a lot. I changed the user from ckan to www-data and it run. |
@MichaelHarmsTIB I had the same error, how did you change the user? I ran Appreciate any advice you have. |
After playing around with permissions these are the permissions that worked: Hope this helps others that run into this issues. |
Hello,
I installed pages plugin, but if i activate the plugin in the ini file i got this error:
IOError: [Errno 13] Permission denied: u'/usr/lib/ckan/default/src/ckan/ckan/public/base/i18n/de.js'
Owner of the file is user ckan and group is www-data but it doesnt work. So what I did wrong?
The text was updated successfully, but these errors were encountered: