maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

cannot use with django-cms >= 3.0 #61

Closed yarula closed 9 years ago

yarula commented 10 years ago

Error when rendering {% cms_toolbar %}:

Reverse for 'cms_usersettings_change' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

pip freeze:

Django==1.6.5 Pillow==2.4.0 South==0.8.4 argparse==1.2.1 cmsplugin-contact==1.0.0 django-classy-tags==0.5.1 django-cms==3.0.2 django-mptt==0.6.0 django-polymorphic==0.5.5 django-sekizai==0.7 djangocms-admin-style==0.2.2 djangocms-file==0.0.1 djangocms-flash==0.0.2 djangocms-googlemap==0.0.5 djangocms-inherit==0.0.1 djangocms-link==1.3.4 djangocms-picture==0.0.2 djangocms-snippet==1.0.2 djangocms-teaser==0.0.1 djangocms-text-ckeditor==2.1.4 djangocms-video==0.0.1 easy-thumbnails==2.0.1 html5lib==0.999 six==1.6.1 wsgiref==0.1.2

maccesch commented 10 years ago

Have you tried installing the latest version from GitHub?

yarula commented 10 years ago

No, I have not.

andreesg commented 10 years ago

Hi, For me, the issue persists even using the latest version from GitHub, Let me know what I can do to help you find the problem.

Freeze:

Django==1.6.5 Pillow==2.4.0 South==0.8.4 argparse==1.2.1 beautifulsoup4==4.3.2 -e git://github.com/maccesch/cmsplugin-contact.git@b8324ad34125da56a562c7cf730be8fc9dd7ed36#egg=cmsplugin_contact-master cmsplugin-zinnia==0.6 dj-database-url==0.3.0 django-autocomplete-light==1.4.14 django-classy-tags==0.5.1 django-cms==3.0.1 django-contrib-comments==1.5 django-mptt==0.6.0 django-reversion==1.8.0 django-sekizai==0.7 django-tagging==0.3.2 django-xmlrpc==0.1.5 djangocms-admin-style==0.2.2 djangocms-column==1.3 djangocms-file==0.0.1 djangocms-flash==0.0.2 djangocms-googlemap==0.0.5 djangocms-inherit==0.0.1 djangocms-installer==0.4.2 djangocms-link==1.3.4 djangocms-picture==0.0.2 djangocms-style==1.3 djangocms-teaser==0.0.1 djangocms-text-ckeditor==2.1.4 djangocms-video==0.0.1 html5lib==0.999 pyparsing==2.0.2 pytz==2014.3 six==1.6.1 solr==0.4 sorl-thumbnail==11.12 wsgiref==0.1.2

Cheers