Closed EdwardIII closed 11 years ago
same here ;)
This might be related to https://github.com/feincms/feincms/pull/411. Is the 'datepublisher' extension activated in your setup? If yes, please try to put the extension at the end of the register_extenions call:
Entry.register_extensions('feincms.module.extensions.translations',
'elephantblog.extensions.blogping',
'feincms.module.extensions.datepublisher',
)
Hope this helps
yep, that solved it for me. Thanks a lot !
It would be nice if the documentation could be updated with this information :)
I'm running feincms 1.7.4 and feincms-elephantblog 0.3.0.
On first run I'm getting the error
'tuple' object has no attribute 'extend'
Stacktrace:
If I refresh the page I get this error:
There are duplicate field(s) in EntryAdmin.fieldsets
Stacktrace: