DNN.Blog
DNN.Blog copied to clipboard
Users cannot create comments with DNN 9.2
Describe the bug
Visitors are not able to post comments, nothing happens when one clicks on the Comment button. It appears that jquery.fancybox is not compatible with jquery 3.2.1 used in DNN 9.2.x.
-Console error TypeError: a(...).fancybox is not a function
Software Versions
- DNN: 9.2.x
- Module: 6.4.1.
- All blog templates
Regards
Fancybox was only used on the classicBlog template. It was replaced with Colorbox in the Default and v60 templates because it was no longer maintained.
So if you need a quick fix until the a new release, you can simply change templates in the meantime.
That being said, I did not experience problems submitting comments because of this error, so if you still have issues after testing with another template, please open another issue for the comments issue. If not, this will be resolved in next release.