I am able to add link through djagnocms_link. But when I double click on that link for edit It throws me this error - [AttributeError 'Page' object has no attribute 'site'] inside ckeditor.
And interestingly it's only happens when I try to add link inside Content, but not in static Footer
Is there anyway to solve this problem? Or a better way to add links
Django CMS Link - AttributeError 'Page' object has no attribute 'site'
344 Views Asked by codermrhasan At
1
There are 1 best solutions below
Related Questions in DJANGO-CMS
- djangocms - data not showing in published page, available in edit mode?
- Translated Fields not Rendering Correctly in Django CMS Plugin
- Django CMS Form for Anonymous User
- Better way to connect django model with django cms page/placeholder
- What is the proper way to extend/use LinkPluginMixin in DjangoCMS 4
- Does Django CMS Support ASGI?
- Wagtail, can't add settings
- Why are static_placeholders not shown on the structure sidebar on DjangoCMS 4.x
- Can't add some native django cms plugins in my pages
- Django-cms with custom user model: LookupError: Model 'accounts.CustomUser' not registered
- Adding plugins inside HTMLField in Django-CMS 4.1
- How to update context in Django-CMS
- Can't edit anything in Django CMS due to cross-origin error
- DjangoCMS - Adding multiple menus
- How can I integrate djangocms-link in Ckeditor
Related Questions in DJANGO-SITES
- Should I use the FQDN as the "domain" in Django's sites framework?
- Django 1.7 multisite User model
- How can I use the current Site as the default in a Django form using the Sites Framework?
- Django - Multiple Sites Site Caching
- Multiple Django Sites, one server
- django site framework: Which models should be associated with a site (foreign, manytomany)?
- Show all model instances regardless of site in django admin
- I cannot see the icons from django-sitetree
- Django-allauth and subdomains
- Django discovers language preference by domain
- Is there a less-database-intensive way to get data from my extended Django Site model?
- Django incorrect import
- Single sign on multiple django sites
- How to centralize logins OpenID in django?
- Grammatical cases in multi-site Django deployments
Related Questions in DJANGOCMS-TEXT-CKEDITOR
- Adding plugins inside HTMLField in Django-CMS 4.1
- How can I integrate djangocms-link in Ckeditor
- Django-cms Type error at admin/cms/page/add-plugin?
- djangocms-text-ckeditor how to stop it removing HTML tags and attributes
- how to add external js in HTMLField of djangocms_text_ckeditor
- Toggle Structure in Django-cms toolbar is Disabled
- DJANGO-CMS PlaholderFields CKEDITOR TEXT_HTML_SANITIZE
- Django cms remove href attribute from Textplugin
- How to use a placeholder inside Django CMS Plugin?
- Django CMS Link - AttributeError 'Page' object has no attribute 'site'
- Ckeditor "Convert the HTMLField to a Placeholderfield and configure the placeholder to only accept TextPlugin"
- Django CMS icon in menu
- Django CMS how to blog post
- How do I add a css pseudo rules in djangocms? I want to implement a hover effect
- Django CMS PlaceholderField
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It's a bug djangocms-link 2.6.0, upgrading to 2.6.1 helps.
The issue on github - https://github.com/divio/djangocms-link/issues/183