Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
We just installed new version of Evoq. While trying to add new question or answer module is throwing errors. Occurrence is totally randomly. After some digging I was able to find the place which was causing error. It was seem in module settings table in database , setting "Answers_Profanity" was storing numeric values (-1,0,1,2). This was causing error showing Cant parse it with "true/false" value.
I just set the settingvalue "True" in module settings table and everything started working again. After some minute randomly it stopped working again. In database again value was in integer (1).
While I am posting this question with same module here, its really strange how only that module setting is getting changes again & again.
This is in totally new DNN install in development environment without any customizations or custom modules installation.
Is it bug ?