We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes after adding a MultiColumnPlugin the page containing it completely breaks and only throws
AttributeError at /en/home/ 'NoneType' object has no attribute 'get_plugin_class'
in https://github.com/divio/django-cms/blob/develop/cms/middleware/toolbar.py#L29 'instance' in this context comes from https://github.com/divio/django-cms/blob/develop/cms/models/pluginmodel.py#L171 where a "DoesNotExist" exception is raised and so instance = None. I tried to figure out how to fix it but I wasn't successful. The problem only seems to occur with MultiColumnPlugin - maybe it doesn't save something I think. Somebody who knows the code better should look after it. Unfortunately I don't know how to reproduce it - I just added a MultiColumn and it broke (using the cms from git in branch develop).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes after adding a MultiColumnPlugin the page containing it completely breaks and only throws
in https://github.com/divio/django-cms/blob/develop/cms/middleware/toolbar.py#L29
'instance' in this context comes from https://github.com/divio/django-cms/blob/develop/cms/models/pluginmodel.py#L171 where a "DoesNotExist" exception is raised and so instance = None. I tried to figure out how to fix it but I wasn't successful. The problem only seems to occur with MultiColumnPlugin - maybe it doesn't save something I think. Somebody who knows the code better should look after it. Unfortunately I don't know how to reproduce it - I just added a MultiColumn and it broke (using the cms from git in branch develop).
The text was updated successfully, but these errors were encountered: