Skip to content
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

'NoneType' object has no attribute 'has_change_permission' #131

Closed
pterrien opened this issue Aug 17, 2014 · 5 comments
Closed

'NoneType' object has no attribute 'has_change_permission' #131

pterrien opened this issue Aug 17, 2014 · 5 comments

Comments

@pterrien
Copy link

Hi,

Right after creating a new project, I faced the following error when switching to edit mode :

In template /dvlpt/venv/my_project/lib/python3.4/site-packages/djangocms_column/templates/cms/plugins/multi_column.html, error at line 4
'NoneType' object has no attribute 'has_change_permission'

This issue seems to be related to djangocms_column, when calling {% render_plugin plugin %} in the template.
It has also been reported with Python2.7 : http://stackoverflow.com/questions/25344675/django-cms-frontend-editer-display-error

Cheers,

Pascal.

@pterrien
Copy link
Author

Posted a comment at : django-cms/djangocms-column#14

@pterrien
Copy link
Author

Got an answer, this comes from the new 3.0.4 version of django-cms, that prevents the multi-columns plugin from working. Downgrading to 3.0.3 will make it work.
As djangocms-installer will install the 3.0.4 as the default version, you may want to consider this as an issue in djangocms-installer?

@yakky
Copy link
Member

yakky commented Aug 18, 2014

Hi @pterrien thanks for digging into this issue.
I'll tackle this: it may be an issue in the installer itself, but I'll make sue this will be fixed for the installer users.

@yakky yakky added the bug label Aug 18, 2014
@yakky
Copy link
Member

yakky commented Aug 18, 2014

this may be actually related to django-cms/django-cms#3388

@yakky
Copy link
Member

yakky commented Aug 19, 2014

Solved by django-cms/django-cms#3397

@yakky yakky closed this as completed Aug 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants