{Bug Report] Form suddenly stopped working
-
Hi,
The wpDiscuz form suddenly stopped rendering on a website that has been using this plugin for 3+ years. We traced the issue to the following:
– Array keys forwpDiscuzForm::formContentTypeRel[SOME_POST_TYPE]
were empty (no locales)
– As a result,Form::formID
is set to0
inForm::setFormID(...)
– Therefore,WpdiscuzHelper::isLoadWpdiscuz($post)
returnsfalse
and the form isn’t loaded.
The solution was to resave thewpdiscuz_form
post.
You appear to have made an update that are not backward compatible.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.